summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index d1fee807..c697b899 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -77,7 +77,10 @@ in {
77 type = "indirect"; 77 type = "indirect";
78 id = "flk"; 78 id = "flk";
79 }; 79 };
80 to.url = "/home/gkleen/config/nixos-flakes"; 80 to = {
81 type = "git+file";
82 path = "/home/gkleen/config/nixos-flakes";
83 };
81 }; 84 };
82 }; 85 };
83 86