summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/auto-upgrade.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix
index ce1c83a..ad8de9a 100644
--- a/config/auto-upgrade.nix
+++ b/config/auto-upgrade.nix
@@ -4,10 +4,9 @@
enable = true;
dates = "weekly";
flake =
- ## git+file doesn't work with bare repos :(
- #if config.networking.hostName == "dragon" then
- # "git+file:///storage/projects/nixos-config.git"
- #else
+ if config.networking.hostName == "dragon" then
+ "git+file:///storage/projects/nixos-config.git"
+ else
"git+https://git.orbekk.com/nixos-config.git";
};
}