mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
sync
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
fileSystems."/mnt/Public" = {
|
fileSystems."/mnt/Public" = {
|
||||||
device = "//192.168.1.109/Public";
|
device = "//192.168.4.109/Public";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
# options = ["uid=0,gid=1000"];
|
# options = ["uid=0,gid=1000"];
|
||||||
options = ["guest" "uid=1000"];
|
options = ["guest" "uid=1000"];
|
||||||
|
|||||||
Reference in New Issue
Block a user