auto upgrades

This commit is contained in:
2026-03-11 12:30:46 +01:00
parent 6fbd2767ce
commit 75feffe9ed
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ ... }: {
flake.nixosModules.platform-sys-upgrades = { host, ... }: {
system.autoUpgrade = {
enable = true;
flake = "github:Moe1369/nix-fleet#${host}";
dates = "Sun 04:00";
};
};
}