diff --git a/nixos/shared/user-system.nix b/nixos/shared/user-system.nix index 036fb95..40e9ff0 100644 --- a/nixos/shared/user-system.nix +++ b/nixos/shared/user-system.nix @@ -32,8 +32,8 @@ system: config: { pkgs, ... }: }; # [NFS] - fileSystems."/home/${config.user}/music" = { - device = "rachel.cafe:/srv/music"; + fileSystems."/home/${config.user}/media" = { + device = "rachel.cafe:/media"; fsType = "nfs"; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ]; };