summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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 }: {