Compare commits
8 commits
b192a1d38d
...
538d000575
| Author | SHA1 | Date | |
|---|---|---|---|
| 538d000575 | |||
| 4c8f245ffc | |||
| 8a609d95ca | |||
| a031ad43d7 | |||
| e2c903a88b | |||
| 5ef3c1220e | |||
| 6ab27739a6 | |||
| 14a7ffa890 |
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
assertions = [ ]
|
||||
++ (lib.flip builtins.mapAttrsToList cfg.virtualHosts ({ subdomain, ... } @ args:
|
||||
++ (lib.flip lib.mapAttrsToList cfg.virtualHosts ({ subdomain, ... } @ args:
|
||||
let
|
||||
conflicts = [ "port" "root" "socket" "redirect" ];
|
||||
optionsNotNull = builtins.map (v: args.${v} != null) conflicts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue