Merge branch 'master' of ssh://gitea.c3d2.de:2222/C3D2/nix-config

This commit is contained in:
k-ot 2019-09-11 00:08:38 +02:00
commit b43cc7c89e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ in
networking.useNetworkd = true;
networking.defaultGateway = "172.22.99.4";
networking.useDHCP = lib.mkForce true;
networking.firewall.allowedTCPPorts = [ 3000 3001 ];
services.spaceapi = {
enable = true;