spaceapi: disable firewall

This commit is contained in:
Astro 2020-06-24 18:30:11 +02:00
부모 1fe0da3080
커밋 cee19e7e3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -14,6 +14,7 @@ in
networking.hostName = "spaceapi";
networking.interfaces.eth0.ipv4.addresses = [ { address = "172.20.73.25"; prefixLength = 26; } ];
networking.defaultGateway = "172.20.73.1";
networking.firewall.enable = false;
services.spaceapi = {
enable = true;