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

@@ -21,7 +21,7 @@
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
zramSwap.enable = true;
services.btrfs.autoScrub = {

View File

@@ -24,7 +24,7 @@
options i915 enable_guc=3 enable_fbc=1 fastboot=1
'';
boot.kernelParams = [ "mitigations=off" "luks.options=fido2-device=auto" ];
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
zramSwap.enable = true;
boot.initrd.luks = {

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 = {

View File

@@ -21,7 +21,7 @@
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
zramSwap.enable = true;
services.btrfs.autoScrub = {