Compare commits

...

2 Commits

Author SHA1 Message Date
091e865366 matrix removed "webclient" resource 2022-03-08 18:55:24 -05:00
67911a43bc update automatically 2022-03-08 18:54:56 -05:00
2 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,7 @@ in {
tls = false;
resources = [ {
compress = true;
names = [ "client" "webclient" "federation" ];
names = [ "client" "federation" ];
} ];
} ];
turn_uris = [

View File

@ -22,6 +22,8 @@
networking.interfaces.eth0.useDHCP = true;
system.autoUpgrade.enable = true;
# for education purposes only
services.pykms.enable = true;
services.pykms.openFirewallPort = true;