upgrade to NixOS 23.05

This commit is contained in:
Trolli Schmittlauch 2023-06-04 21:24:31 +02:00
parent 7059bc55be
commit 277b1dbe54
4 changed files with 120 additions and 9 deletions

View file

@ -71,7 +71,7 @@ in
options = fsOptions ++ [ "subvol=varcache" ];
};
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
fileSystems."/tmp".fsType = "tmpfs";
swapDevices =