killed swap

This commit is contained in:
2025-03-12 00:01:21 +00:00
parent 01a5aa10ec
commit 2976cc35f9
2 changed files with 0 additions and 25 deletions

View File

@@ -155,11 +155,8 @@
"/".options = [ "compress=zstd" ];
"/home".options = [ "compress=zstd" ];
"/nix".options = [ "compress=zstd" "noatime" ];
"/swap".options = [ "noatime" ];
};
swapDevices = [ { device = "/swap/swapfile"; } ];
services.btrfs.autoScrub = {
enable = true;
interval = "monthly";