diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-18 19:47:05 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-18 19:47:05 +0300 |
commit | ebbace8f892f0cae46cce1211efd927066a012f8 (patch) | |
tree | 0e64d16c883e2327fcc4fe1797544c2a69c6b77e /hosts/vps | |
parent | 959dfaaeb7ae01a77f9e2c3c17bac1b7e23d8ea1 (diff) | |
parent | a01a6fbdfcf923b1c9fa55c7bec0617c230e8e67 (diff) |
merge
Diffstat (limited to 'hosts/vps')
-rw-r--r-- | hosts/vps/cfg.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/vps/cfg.nix b/hosts/vps/cfg.nix index f780229..2ec6cd4 100644 --- a/hosts/vps/cfg.nix +++ b/hosts/vps/cfg.nix @@ -29,14 +29,6 @@ boot = { kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; - kernelParams = [ - "init_on_free=1" - "page_poison=1" - "page_alloc.shuffle=1" - "slab_nomerge" - "vsyscall=none" - ]; - cleanTmpDir = true; loader.grub.device = "/dev/vda"; initrd = { availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk"]; |