fix(imxyy-nix-server): NAS

This commit is contained in:
2025-07-13 13:35:01 +08:00
parent 390e75ce8e
commit 422259838b
2 changed files with 0 additions and 25 deletions

View File

@@ -154,21 +154,6 @@
"vfs-cache-mode=full"
];
};
"/home/${username}/NAS" = {
device = "//10.0.0.1/share";
fsType = "cifs";
options = [
"username=nas"
"password=nasshare"
"x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"
"nodev"
"nofail"
"uid=1000"
"gid=100"
"vers=3"
"rw"
];
};
};
my.persist.nixosDirs = [ "/etc/NetworkManager/system-connections" ];