summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 9743a460..d1fee807 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -72,10 +72,10 @@ in {
72 }; 72 };
73 73
74 nix.registry = { 74 nix.registry = {
75 "~flk" = { 75 "flk" = {
76 from = { 76 from = {
77 type = "indirect"; 77 type = "indirect";
78 id = "~flk"; 78 id = "flk";
79 }; 79 };
80 to.url = "/home/gkleen/config/nixos-flakes"; 80 to.url = "/home/gkleen/config/nixos-flakes";
81 }; 81 };