Merge branch 'master' of github.com:oqyude/nixos

This commit is contained in:
2025-09-19 17:16:47 +03:00
+2 -2
View File
@@ -93,11 +93,11 @@
};
net = {
listen = "loopback";
post_allow.host = ["::1"];
post_allow.host = [ "::1" ];
};
storage.wopi = {
"@allow" = true;
host = ["nextcloud.zeroq.ru"];
host = [ "nextcloud.zeroq.ru" ];
};
};
};