diff --git a/hosts/xps16/disks.nix b/hosts/xps16/disks.nix index b5a2d17..07e4bd2 100644 --- a/hosts/xps16/disks.nix +++ b/hosts/xps16/disks.nix @@ -116,10 +116,11 @@ in lib.foldl (x: y: x // y) { } [ { "@" = { }; - # "swap" = { - # mountpoint = "/.swapvol"; - # swap.swapfile.size = "8G"; - # }; + "@swap" = { + mountpoint = "/.swapvol"; + mountOptions = [ "compress=zstd" "noatime" ]; + swap."swapfile".size = "8G"; + }; "root" = { mountpoint = "/"; mountOptions = [ "compress=zstd" "noatime" ];