ETA drive

This commit is contained in:
xenia 2024-12-21 10:34:44 +01:00
parent 67ed07b909
commit be365dea84

View File

@ -61,4 +61,10 @@
]; ];
}; };
}; };
fileSystems."/mnt/eta" = {
device = "//10.30.12.6/users";
fsType = "cifs";
options = [ "username=eta" "password=eta" "uid=1000" "gid=1000" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
};
} }