mount homeserver share on laptop

This commit is contained in:
CherryKitten 2024-05-15 13:22:58 +02:00
parent cda51d2990
commit cb7105e54b
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -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