mount homeserver share on laptop
This commit is contained in:
parent
cda51d2990
commit
cb7105e54b
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
}
|
||||
];
|
||||
|
||||
fileSystems."/mnt/Media" = {
|
||||
device = "192.168.0.3:/mnt/user/Media";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" "noatime" ]; # disconnects after 10 minutes (i.e. 600 seconds)
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
||||
# Famedly compliance foo - stolen from evelyn :3
|
||||
|
|
Loading…
Reference in a new issue