diff --git a/nixosModules/server/nextcloud.nix b/nixosModules/server/nextcloud.nix index 201b612..e30f26d 100755 --- a/nixosModules/server/nextcloud.nix +++ b/nixosModules/server/nextcloud.nix @@ -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" ]; }; }; };