diff --git a/hosts/hime/hardware-configuration.nix b/hosts/hime/hardware-configuration.nix index 6b0a725..7f2b306 100644 --- a/hosts/hime/hardware-configuration.nix +++ b/hosts/hime/hardware-configuration.nix @@ -15,7 +15,7 @@ fsType = "ext4"; }; fileSystems."/home/oh/nas" = - { device = "192.168.1.71:/volume1/nextcloud"; + { device = "192.168.1.71:/volume1/hime"; fsType = "nfs"; };