leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
Showing only changes of commit fdc09cc55a - Show all commits

View File

@ -125,11 +125,16 @@ lib.mkMerge [
};
};
systemd = {
# Do not break the boot
enableEmergencyMode = false;
# Reboot on hang
systemd.watchdog = lib.mkIf (!config.boot.isContainer) {
watchdog = lib.mkIf (!config.boot.isContainer) {
runtimeTime = "15s";
rebootTime = "15s";
};
};
time.timeZone = lib.mkDefault "Europe/Berlin";