Compare commits

..

No commits in common. "091e86536689792e0db2d84b87d05b64b8882c4c" and "7acb46e9b2575fa3aa045792a635c0a06b4218b1" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

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

View File

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