From b2afb690e815b2a497bb8d1345a74ee123ff0173 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 20 Feb 2021 21:42:46 -0500 Subject: fix repo path for dragon --- config/auto-upgrade.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix index ad8de9a..ce1c83a 100644 --- a/config/auto-upgrade.nix +++ b/config/auto-upgrade.nix @@ -4,9 +4,10 @@ enable = true; dates = "weekly"; flake = - if config.networking.hostName == "dragon" then - "git+file:///storage/projects/nixos-config.git" - else + ## git+file doesn't work with bare repos :( + #if config.networking.hostName == "dragon" then + # "git+file:///storage/projects/nixos-config.git" + #else "git+https://git.orbekk.com/nixos-config.git"; }; } -- cgit v1.2.3