moved nfs share
This commit is contained in:
parent
088f364379
commit
b0ba317581
|
@ -32,8 +32,8 @@ system: config: { pkgs, ... }:
|
||||||
};
|
};
|
||||||
|
|
||||||
# [NFS]
|
# [NFS]
|
||||||
fileSystems."/home/${config.user}/music" = {
|
fileSystems."/home/${config.user}/media" = {
|
||||||
device = "rachel.cafe:/srv/music";
|
device = "rachel.cafe:/media";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
|
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user