mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
chore(nginx): rename listenPorts
This commit is contained in:
parent
1d1dc64ef5
commit
8695e2cdb9
6 changed files with 10 additions and 13 deletions
|
|
@ -62,9 +62,6 @@
|
|||
in mapAttrs (_: mkAlmostOptionDefault) listenAttrs;
|
||||
mkListens = listen: map (mkListen listen) listen.addresses;
|
||||
in {
|
||||
imports = [
|
||||
(mkRenamedOptionModule [ "listenPorts" ] [ "listen'" ])
|
||||
];
|
||||
options = with lib.types; {
|
||||
listen' = mkOption {
|
||||
type = attrsOf (submoduleWith {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue