mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
glance: Fix syntax
This commit is contained in:
parent
81cb5c2723
commit
cb0d7c716c
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ in
|
|||
title = "Services";
|
||||
sites =
|
||||
allHosts
|
||||
|> lib.attrValues (
|
||||
|> lib.attrValues
|
||||
|> lib.map (
|
||||
host:
|
||||
host.config.custom.services.caddy.virtualHosts |> lib.attrValues |> lib.map (vHost: vHost.domain)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue