diff --git a/modules/profiles/server/default.nix b/modules/profiles/server/default.nix index 4013b75..35b998c 100644 --- a/modules/profiles/server/default.nix +++ b/modules/profiles/server/default.nix @@ -16,7 +16,7 @@ in system.autoUpgrade = { enable = true; dates = "03:00"; - flake = "git+https://git.2li.ch/Nebucatnetzer/nixos"; + flake = "git+https://git.2li.ch/Nebucatnetzer/nixos#${config.networking.hostName}"; }; }; }