flake update, adjust Tmpfs

This commit is contained in:
2023-04-15 09:49:24 +02:00
parent 3705b6d6f9
commit 3cfda86399
5 changed files with 32 additions and 48 deletions

View File

@@ -35,7 +35,7 @@
};
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
zramSwap.enable = true;
services.btrfs.autoScrub = {