This commit is contained in:
iFargle 2024-02-06 20:00:27 +09:00
parent c6d5d81f32
commit c86cf63a8d

View file

@ -64,11 +64,6 @@
mountpoint = "/nix/.snapshots"; mountpoint = "/nix/.snapshots";
mountOptions = [ "compress=zstd" "noatime" ]; mountOptions = [ "compress=zstd" "noatime" ];
}; # nix }; # nix
# Swap partition
"/swap" = {
mountpoint = "/swap";
swap.swapfile.size = "64G";
}; # swap
}; # subvolumes }; # subvolumes
}; # content.content }; # content.content
}; # content }; # content