This commit is contained in:
2023-02-24 11:49:54 -05:00
parent 79a3d4ae5c
commit 11386ba577

View File

@@ -42,7 +42,7 @@
fileSystems."/mnt/Public" = {
device = "//192.168.1.109/Public";
fsType = "cifs";
options = "uid=0,gid=1000";
options = ["uid=0,gid=1000"];
};
systemd.services.nixs-wsl-systemd-fix = {