Disallow auto-reboot when users are active

This commit is contained in:
fruchti 2025-03-30 20:54:22 +02:00
parent 5585164f1f
commit b1cd6018ba
2 changed files with 16 additions and 0 deletions

View file

@ -119,6 +119,7 @@ in
gitPull = true;
gitDeploymentKeyFile = "/secrets/ssh_id_gitea_nixos_configuration";
gitUser = "fruchti";
rebootIgnoreUsersActive = [ "waldi" ];
};
# systemd.services.nixos-upgrade.onFailure = lib.mkIf config.system.autoUpgrade.enable [ "status-email@%n.service" ];