mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
gatus: Include the whole domain in the endpoint name
This commit is contained in:
parent
4a501653ce
commit
4ddc49c001
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ in
|
|||
|> lib.filter (domain: domain != cfg.domain)
|
||||
|> lib.map (
|
||||
domain:
|
||||
lib.nameValuePair (self.lib.subdomainOf domain) {
|
||||
lib.nameValuePair domain {
|
||||
inherit domain;
|
||||
group = hostName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue