summary refs log tree commit diff
path: root/hosts/pc/cfg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/pc/cfg.nix')
-rw-r--r--hosts/pc/cfg.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/pc/cfg.nix b/hosts/pc/cfg.nix
index 38fb8c6..ee3b716 100644
--- a/hosts/pc/cfg.nix
+++ b/hosts/pc/cfg.nix
@@ -33,15 +33,6 @@
       };
       kernelModules = ["kvm-amd"];
       kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
-      kernelParams = [
-        "console=ttyS0"
-        "init_on_free=1"
-        "page_poison=1"
-        "page_alloc.shuffle=1"
-        "slab_nomerge"
-        "vsyscall=none"
-      ];
-      cleanTmpDir = true;
       loader = {
         systemd-boot = {
           enable = true;