carbon: reworked fs mount

This commit is contained in:
Primrose 2024-08-04 17:19:57 +02:00
parent 76c3c0ce13
commit 35c1ea0822
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 36 additions and 13 deletions

View file

@ -5,19 +5,6 @@
services.openssh.enable = true;
fileSystems."/mnt/data" = {
device = "10.0.0.20:/mnt/mainPool/data";
fsType = "nfs";
options = [
"ro"
"noauto"
"x-systemd.automount"
"x-systemd.idle-timeout=30min"
"x-systemd.device-timeout=5s"
"x-systemd.mount-timeout=5s"
];
};
networking.wireless = {
enable = true;
userControlled.enable = true;