diff --git a/hosts/nasbackup/hardware-configuration.nix b/hosts/nasbackup/hardware-configuration.nix index 4ce0e58..8a6ea82 100644 --- a/hosts/nasbackup/hardware-configuration.nix +++ b/hosts/nasbackup/hardware-configuration.nix @@ -1,4 +1,4 @@ -# + # Hardware settings for Teclast F5 10" Laptop # NixOS @ sda2 # @@ -99,8 +99,8 @@ # }; # }; # }; -# }; -# }; + }; + }; fileSystems."/" = { device = "/dev/disk/by-label/NIXROOT"; @@ -132,24 +132,24 @@ options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvol=@swap,discard=async" ]; }; -# fileSystems."/mnt/snapshots/root" = -# { device = "/dev/disk/by-label/NIXROOT"; -# fsType = "btrfs"; -# options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ]; -# }; -# + fileSystems."/mnt/snapshots/root" = + { device = "/dev/disk/by-label/NIXROOT"; + fsType = "btrfs"; + options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ]; + }; + # fileSystems."/mnt/snapshots/Pluto" = # { device = "/dev/disk/by-label/NAS-RAID"; # fsType = "btrfs"; # options = [ "compress=zstd,space_cache=v2,noatime,subvolid=5" ]; # }; # -# fileSystems."/mnt/Pluto" = -# { device = "/dev/disk/by-label/NAS-RAID"; -# fsType = "btrfs"; -# options = [ "compress=zstd,space_cache=v2,noatime,subvol=@" ]; -# }; -# + fileSystems."/mnt/nas" = + { device = "/dev/disk/by-uuid/6f53d32d-b56f-42ec-bfad-c0b8d1114015"; + fsType = "btrfs"; + options = [ "compress=zstd,space_cache=v2,noatime,subvol=@nasbak" ]; + }; + fileSystems."/boot" = { device = "/dev/disk/by-label/NIXBOOT"; fsType = "vfat";