diff --git a/nixos/hosts/nuc-server/mounts.nix b/nixos/hosts/nuc-server/mounts.nix index bed2ef66..fc662c36 100644 --- a/nixos/hosts/nuc-server/mounts.nix +++ b/nixos/hosts/nuc-server/mounts.nix @@ -1,13 +1,13 @@ { - filesystems."/Storage/Data" = { + filesystem."/Storage/Data" = { device = "192.168.1.13:/Data"; fsType = "nfs"; }; - filesystems."/Storage/Video" = { + filesystem."/Storage/Video" = { device = "192.168.1.13:/Video"; fsType = "nfs"; }; - filesystems."/Storage/Backups" = { + filesystem."/Storage/Backups" = { device = "192.168.1.13:/Backups"; fsType = "nfs"; };