make sure web ports are allowed
This commit is contained in:
committed by
Joakim Repomaa
parent
e2f8d1eeff
commit
5c456d4a50
@@ -94,6 +94,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
modules.firewall.allInterfaces = lib.mkDefault [ "web" ];
|
||||
modules.firewall.allInterfaces = [ "web" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user