From 77689750997baa7c216862065b2ec3dbd4d63724 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 14 Aug 2023 20:24:37 -0400 Subject: Fix deprecated options --- machines/dragon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') 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"; -- cgit v1.2.3