feat: unify home-pc naming

This commit is contained in:
Felix Schröter 2022-02-05 01:24:41 +01:00
parent dfe6dbecf3
commit b6dbe19a6f
Signed by: felschr
GPG key ID: 671E39E6744C807D
5 changed files with 8 additions and 8 deletions
hardware

View file

@ -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;
};