moved nfs share
This commit is contained in:
parent
088f364379
commit
b0ba317581
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user