From a01a6fbdfcf923b1c9fa55c7bec0617c230e8e67 Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 16 May 2023 22:55:43 +0300 Subject: formatted, update flake inputs, add xdg fixes, fix foot colors, change terminal to footclient --- profiles/core.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'profiles') 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" + ]; + }; }; } -- cgit 1.4.1