diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index b4f338d..ca7f364 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -98,7 +98,7 @@ }; fileSystems."/mnt/snapshots/root" = - { device = "/dev/disk/by-label/NIXROOT"; + { device = "/dev/mapper/root"; fsType = "btrfs"; options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ]; }; @@ -120,12 +120,6 @@ options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ]; }; -# fileSystems."/mnt/Pluto" = -# { device = "nas:/Pluto/nix"; -# fsType = "nfs"; -# options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2,local_lock=all" ]; -# }; - swapDevices = [ ];