mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-15 05:39:11 +02:00
feat: winters <> summers parity
This commit is contained in:
parent
7cacce85a0
commit
04e3bcefc3
144 changed files with 3628 additions and 732 deletions
|
|
@ -27,7 +27,7 @@ in
|
|||
|
||||
swarselsystems.server.localNetwork = netConfig.localNetwork or "";
|
||||
|
||||
globals.networks = lib.mapAttrs'
|
||||
globals.networks = lib.mkIf config.swarselsystems.writeGlobalNetworks (lib.mapAttrs'
|
||||
(netName: _:
|
||||
lib.nameValuePair "${netPrefix}-${netName}" {
|
||||
hosts.${config.node.name} = {
|
||||
|
|
@ -36,7 +36,7 @@ in
|
|||
};
|
||||
}
|
||||
)
|
||||
netConfig.networks;
|
||||
netConfig.networks);
|
||||
|
||||
globals.hosts.${config.node.name} = {
|
||||
defaultGateway4 = netConfig.defaultGateway4 or null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue