mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user