mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
meta/domain: Rename list options
This commit is contained in:
parent
1860dcd338
commit
250e2ea3d0
21 changed files with 25 additions and 25 deletions
|
|
@ -74,7 +74,7 @@ in
|
|||
};
|
||||
|
||||
meta = {
|
||||
domains.list = [ cfg.domain ];
|
||||
domains.local = [ cfg.domain ];
|
||||
ports.tcp.list = [ cfg.port ];
|
||||
};
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ in
|
|||
let
|
||||
defaultEndpoints =
|
||||
self.nixosConfigurations
|
||||
|> lib.mapAttrs (_: value: value.config.meta.domains.list)
|
||||
|> lib.mapAttrs (_: value: value.config.meta.domains.local)
|
||||
|> lib.concatMapAttrs (
|
||||
hostName: domains:
|
||||
domains
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue