cp config over to q920

This commit is contained in:
2022-09-18 17:11:13 +02:00
parent 07758171a3
commit fb4c7853ef
7 changed files with 273 additions and 15 deletions

View File

@@ -34,6 +34,12 @@
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvol=@home" ];
};
fileSystems."/srv" =
{ device = "/dev/disk/by-label/ROOT";
fsType = "btrfs";
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvol=@srv" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-label/BOOT";
fsType = "vfat";