diff --git a/nixos/boxes/colony/vms/shill/containers/middleman/vhosts.nix b/nixos/boxes/colony/vms/shill/containers/middleman/vhosts.nix index 3e251ed..2757ce6 100644 --- a/nixos/boxes/colony/vms/shill/containers/middleman/vhosts.nix +++ b/nixos/boxes/colony/vms/shill/containers/middleman/vhosts.nix @@ -206,7 +206,8 @@ in # Currently it seems like single quotes aren't escaped like they should be... conf = { brand = "/dev/player0 Matrix"; - showLabsSettings = true; + show_labs_settings = true; + default_country_code = "IE"; disable_guests = true; default_server_config = { "m.homeserver" = { @@ -214,9 +215,8 @@ in server_name = "nul.ie"; }; }; - roomDirectory.servers = [ + room_directory.servers = [ "nul.ie" - "netsoc.ie" "matrix.org" ]; };