Explicitly define which system to use when updating

This commit is contained in:
Andreas Zweili 2024-02-20 07:29:39 +01:00
parent 0f6bc03ca0
commit 29c65f35ae
1 changed files with 1 additions and 1 deletions

View File

@ -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}";
};
};
}