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