mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 23:09:22 +08:00
Compare commits
1 Commits
8ef28b9de5
...
test-nebul
| Author | SHA1 | Date | |
|---|---|---|---|
| dae16ce6d8 |
@@ -47,7 +47,8 @@ inputs:
|
||||
};
|
||||
secrets."nebula/key" = {};
|
||||
};
|
||||
networking.firewall = { trustedInterfaces = [ "nebula.nebula" ]; }
|
||||
// (if nebula.lighthouse != null then {} else { allowedTCPPorts = [ 4242 ]; allowedUDPPorts = [ 4242 ]; });
|
||||
networking.firewall.enable = false;
|
||||
# networking.firewall = { trustedInterfaces = [ "nebula.nebula" ]; }
|
||||
# // (if nebula.lighthouse != null then {} else { allowedTCPPorts = [ 4242 ]; allowedUDPPorts = [ 4242 ]; });
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user