diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/dragon.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix index a264060..55be481 100644 --- a/machines/dragon.nix +++ b/machines/dragon.nix @@ -122,7 +122,7 @@ in { [ "ehci_pci" "ahci" "uhci_hcd" "xhci_pci" "usb_storage" "sd_mod" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - boot.tmpOnTmpfs = true; + boot.tmp.useTmpFs = true; fileSystems."/" = { device = "/dev/disk/by-label/nixos-ssd"; |