summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-03 17:27:42 +0200
committerRory& <root@rory.gay>2024-06-05 15:49:39 +0200
commit071cc0596ef83bfa913aaa705e1487d7cc4599b3 (patch)
tree00713a3b0faafa80cc48ff8267e84862516c39e2
parentAdd secrets input (diff)
downloadSpacebar-Open-Infrastructure-071cc0596ef83bfa913aaa705e1487d7cc4599b3.tar.xz
Fix inputs
-rwxr-xr-xflake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c3ef76d..ddbfdcd 100755
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
     };
   };
 
-  outputs = { self, nixpkgs, home-manager }: {
+  outputs = { self, nixpkgs, home-manager, secrets }: {
     nixosConfigurations = {
       Spacebar-nginx = nixpkgs.lib.nixosSystem {
         system = "x86_64-linux";