Small changes everywhere:

This commit is contained in:
Bun 2025-03-14 15:21:37 -04:00
parent b777ae2cf9
commit 85ea82a9ac
11 changed files with 13 additions and 16 deletions

View file

@ -39,7 +39,7 @@
};
# Network mounts
"/home/${config.sysusers.main}/MidasNFS" = {
"/home/${config.sysusers.main}/Midas" = {
device = "${config.ips.server}:/storage";
fsType = "nfs4";
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];