diff --git a/hosts/hime/hardware-configuration.nix b/hosts/hime/hardware-configuration.nix index 7f2b306..6b0a725 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/hime"; + { device = "192.168.1.71:/volume1/nextcloud"; fsType = "nfs"; };