summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-03 17:10:04 +0200
committerRory& <root@rory.gay>2024-06-05 15:49:39 +0200
commitbf5bdc4208f402f673d32c6b4b6117dd46e48873 (patch)
treeed88def10eca2e6f835f68844f56b567c01074a5
parentPAM: try adding stdout (diff)
downloadSpacebar-Open-Infrastructure-bf5bdc4208f402f673d32c6b4b6117dd46e48873.tar.xz
Add secrets input
-rwxr-xr-xflake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index aa30222..c3ef76d 100755
--- a/flake.nix
+++ b/flake.nix
@@ -8,6 +8,10 @@
     home-manager =  {
       url = "github:nix-community/home-manager/master";
     };
+    secrets = {
+      url = "git+http://secrets.spacebar.local/";
+      flake = false;
+    };
   };
 
   outputs = { self, nixpkgs, home-manager }: {