mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-16 04:06:19 +00:00
sync
This commit is contained in:
@@ -42,11 +42,7 @@
|
|||||||
fileSystems."/mnt/Public" = {
|
fileSystems."/mnt/Public" = {
|
||||||
device = "//192.168.1.109/Public";
|
device = "//192.168.1.109/Public";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = let
|
options = "uid=0,gid=1000"
|
||||||
# this line prevents hanging on network split
|
|
||||||
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s";
|
|
||||||
# in ["${automount_opts},credentials=/etc/nixos/smb-secrets"];
|
|
||||||
in ["${automount_opts}"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.nixs-wsl-systemd-fix = {
|
systemd.services.nixs-wsl-systemd-fix = {
|
||||||
|
|||||||
Reference in New Issue
Block a user