diff --git a/modules/system/boot/module.nix b/modules/system/boot/module.nix index 275fa5d..882b70d 100644 --- a/modules/system/boot/module.nix +++ b/modules/system/boot/module.nix @@ -25,7 +25,6 @@ in { } ]; boot = { - tmp.useTmpfs = true; initrd = { verbose = true; systemd.enable = true; diff --git a/modules/system/hardware/module.nix b/modules/system/hardware/module.nix index 6efca34..da4c82d 100644 --- a/modules/system/hardware/module.nix +++ b/modules/system/hardware/module.nix @@ -1,5 +1 @@ -_: { - imports = [./bluetooth.nix ./keyboard ./graphics.nix]; - - services.irqbalance.enable = true; -} +_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];} diff --git a/modules/system/hardware/ram/module.nix b/modules/system/hardware/ram/module.nix deleted file mode 100644 index a2ff6df..0000000 --- a/modules/system/hardware/ram/module.nix +++ /dev/null @@ -1,6 +0,0 @@ -_: { - zramSwap = { - enable = true; - algorithm = "zstd"; - }; -}