hosts: *: remove tmpfs and add swap

This commit is contained in:
2023-09-23 09:19:56 +02:00
parent 00f3044fdd
commit 5153fb8150
4 changed files with 30 additions and 9 deletions

View File

@@ -21,9 +21,9 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ ];
boot.tmp.useTmpfs = true;
# zramSwap.enable = true;
boot.tmp.useTmpfs = false;
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
# services.btrfs.autoScrub = {
# enable = true;