diff --git a/nixos/hosts/nuc-server/disks.nix b/nixos/hosts/nuc-server/disks.nix index a3daa8a5..4f2bfb53 100644 --- a/nixos/hosts/nuc-server/disks.nix +++ b/nixos/hosts/nuc-server/disks.nix @@ -72,7 +72,7 @@ mountOptions = [ "compress=zstd" "noatime" ]; }; # nix "/Local-Storage/.snapshots" = { - mountpoint = "/Storage/.snapshots"; + mountpoint = "/Local-Storage/.snapshots"; mountOptions = [ "compress=zstd" "noatime" ]; }; # Local-Storage }; # subvolumes