Disallow auto-reboot when users are active
This commit is contained in:
parent
5585164f1f
commit
b1cd6018ba
2 changed files with 16 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue