This commit is contained in:
2025-08-16 14:42:17 +00:00
parent c6088a5283
commit fa38412624
2 changed files with 8 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ in {
config = mkIf cfg.enable {
fileSystems."/mnt/Public" = {
device = "//192.168.1.109/Public";
device = "//192.168.4.109/Public";
fsType = "cifs";
# options = ["uid=0,gid=1000"];
options = ["guest" "uid=1000" "iocharset=utf8"];