hosts: nasbak: mount hdds
This commit is contained in:
parent
771b59ea2d
commit
91f8856a97
@ -1,4 +1,4 @@
|
|||||||
#
|
|
||||||
# Hardware settings for Teclast F5 10" Laptop
|
# Hardware settings for Teclast F5 10" Laptop
|
||||||
# NixOS @ sda2
|
# NixOS @ sda2
|
||||||
#
|
#
|
||||||
@ -99,8 +99,8 @@
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-label/NIXROOT";
|
{ device = "/dev/disk/by-label/NIXROOT";
|
||||||
@ -132,24 +132,24 @@
|
|||||||
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvol=@swap,discard=async" ];
|
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvol=@swap,discard=async" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems."/mnt/snapshots/root" =
|
fileSystems."/mnt/snapshots/root" =
|
||||||
# { device = "/dev/disk/by-label/NIXROOT";
|
{ device = "/dev/disk/by-label/NIXROOT";
|
||||||
# fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
# options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ];
|
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ];
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
# fileSystems."/mnt/snapshots/Pluto" =
|
# fileSystems."/mnt/snapshots/Pluto" =
|
||||||
# { device = "/dev/disk/by-label/NAS-RAID";
|
# { device = "/dev/disk/by-label/NAS-RAID";
|
||||||
# fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
# options = [ "compress=zstd,space_cache=v2,noatime,subvolid=5" ];
|
# options = [ "compress=zstd,space_cache=v2,noatime,subvolid=5" ];
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
# fileSystems."/mnt/Pluto" =
|
fileSystems."/mnt/nas" =
|
||||||
# { device = "/dev/disk/by-label/NAS-RAID";
|
{ device = "/dev/disk/by-uuid/6f53d32d-b56f-42ec-bfad-c0b8d1114015";
|
||||||
# fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
# options = [ "compress=zstd,space_cache=v2,noatime,subvol=@" ];
|
options = [ "compress=zstd,space_cache=v2,noatime,subvol=@nasbak" ];
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-label/NIXBOOT";
|
{ device = "/dev/disk/by-label/NIXBOOT";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
Loading…
Reference in New Issue
Block a user