Local changes

This commit is contained in:
2021-04-12 22:15:13 -07:00
parent 0158667056
commit f99759d5cb
5 changed files with 18 additions and 13 deletions
+3 -8
View File
@@ -36,13 +36,8 @@ in {
};
# FIXME: this should be automatic
firewall.trustedInterfaces = [
"intif0"
"intif1"
"intif2"
"lo"
"docker0"
];
firewall.trustedInterfaces =
[ "intif0" "intif1" "intif2" "lo" "docker0" ];
nat = {
enable = true;
@@ -53,7 +48,7 @@ in {
fudo = {
hosts.limina.external-interfaces = [ "enp1s0" ];
local-network = {
enable = true;
domain = domain-name;