Local changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user