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;