feat: unify home-pc naming
This commit is contained in:
parent
dfe6dbecf3
commit
b6dbe19a6f
5 changed files with 8 additions and 8 deletions
hardware
|
@ -28,7 +28,7 @@
|
|||
fileSystems."/.swap" = {
|
||||
device = "/dev/disk/by-uuid/5830e9b3-260b-451c-bfee-2028c64c6199";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@swap" "nodatacow" ];
|
||||
options = [ "subvol=@swap" "nodatacow" "noatime" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue