diff --git a/hosts/tower/filesystems/default.nix b/hosts/tower/filesystems/default.nix index 0d604689..a795bf86 100644 --- a/hosts/tower/filesystems/default.nix +++ b/hosts/tower/filesystems/default.nix @@ -37,7 +37,7 @@ options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; }; "/home/${config.sysusers.main}/Network/Kitty" = { - device = "10.2.0.2:/storage/BunStore"; + device = "10.2.0.2:/storage/bun"; fsType = "nfs4"; options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; };