diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-16 22:55:43 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-16 22:55:43 +0300 |
commit | a01a6fbdfcf923b1c9fa55c7bec0617c230e8e67 (patch) | |
tree | bee1adc9e0673cf956584e48a7c8d690e420d6e4 /profiles | |
parent | cd103868ca4fcd6da02a29ff09f37dc5ad3ad4ae (diff) |
formatted, update flake inputs, add xdg fixes, fix foot colors, change terminal to footclient
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/core.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/core.nix b/profiles/core.nix index 5f29653..f81ead8 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -32,5 +32,16 @@ # save uid/guid environment.persistence."/nix/persist".directories = ["/var/lib/nixos"]; + + boot = { + tmp.cleanOnBoot = true; + kernelParams = [ + "init_on_free=1" + "page_poison=1" + "page_alloc.shuffle=1" + "slab_nomerge" + "vsyscall=none" + ]; + }; }; } |