This commit is contained in:
Vivian 2022-09-29 21:14:34 +02:00
parent e1920145a2
commit 9d9c9a4d61
2 changed files with 17 additions and 9 deletions

View file

@ -14,6 +14,14 @@
# Set your time zone.
time.timeZone = lib.mkDefault "Europe/Amsterdam";
# Systemd OOMd
# Fedora enables these options by default. See the 10-oomd-* files here:
# https://src.fedoraproject.org/rpms/systemd/tree/acb90c49c42276b06375a66c73673ac3510255
systemd.oomd = {
enableRootSlice = true;
enableUserServices = true;
};
# Nix Settings
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];