moved nfs share

This commit is contained in:
Rachel Lambda Samuelsson 2024-12-21 20:25:30 +01:00
parent 088f364379
commit b0ba317581

View File

@ -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" ];
};