mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
networking: Unify underlay config across hosts
This commit is contained in:
parent
1d1709e1ba
commit
27b5c57023
19 changed files with 240 additions and 258 deletions
|
|
@ -20,7 +20,7 @@ in
|
|||
server = {
|
||||
interface = [ netCfg.overlay.interface ];
|
||||
access-control = [
|
||||
"${netCfg.overlay.networkAddress}/${toString netCfg.overlay.prefixLength} allow"
|
||||
"${toString netCfg.overlay.networkCidr} allow"
|
||||
];
|
||||
|
||||
local-zone = "\"${netCfg.overlay.domain}.\" static";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue