Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable swap atime

+1 -1
+1 -1
machines/ramune/hardware.nix
··· 43 43 fileSystems."/swap" = { 44 44 device = "/dev/disk/by-label/NIXROOT"; 45 45 fsType = "btrfs"; 46 - options = [ "subvol=@swap" ]; 46 + options = [ "subvol=@swap" "noatime" ]; 47 47 }; 48 48 49 49 fileSystems."/boot" = {