diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-03 17:27:42 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:49:39 +0200 |
commit | 071cc0596ef83bfa913aaa705e1487d7cc4599b3 (patch) | |
tree | 00713a3b0faafa80cc48ff8267e84862516c39e2 | |
parent | Add secrets input (diff) | |
download | Spacebar-Open-Infrastructure-071cc0596ef83bfa913aaa705e1487d7cc4599b3.tar.xz |
Fix inputs
-rwxr-xr-x | flake.nix | 2 |
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"; |