🚀 reinstate system.autoUpgrade

This commit is contained in:
2024-10-14 14:27:09 -04:00
parent 578d029c1a
commit 1ce8c86b0d
4 changed files with 58 additions and 49 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ config, pkgs, ... }: {
imports = [ ./common.nix ../monitoring ../../users ];
@ -36,6 +36,12 @@
};
system = {
autoUpgrade = {
enable = true;
flake = "github:walkah/athens#${config.networking.hostName}";
dates = "hourly";
flags = [ "--option" "tarball-ttl" "0" ];
};
stateVersion = "23.05";
};
}