upgrade nixpkgs to NixOS 23.11

This commit is contained in:
Alexander Tomokhov
2023-12-18 18:13:57 +04:00
parent b7045a8198
commit d881cc8ce5
8 changed files with 21 additions and 25 deletions

View File

@@ -10,10 +10,6 @@ in
StartLimitBurst = 5;
StartLimitIntervalSec = 5;
Restart = "on-failure";
RestartSec =
if lib.versionOlder config.system.nixos.release "23.11"
then 15 * 60
else abort "since NixOS 23.11 (#266155) ACME systemd service restart intervals should have been fixed, thus no workarounds are needed";
};
};
};