mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
gatus: Minor code cleanup
This commit is contained in:
parent
ac48782b56
commit
aa7cd9f8db
1 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ in
|
|||
settings = {
|
||||
web = {
|
||||
address = "localhost";
|
||||
port = cfg.port;
|
||||
inherit (cfg) port;
|
||||
};
|
||||
storage = {
|
||||
type = "sqlite";
|
||||
|
|
@ -199,7 +199,7 @@ in
|
|||
];
|
||||
};
|
||||
in
|
||||
cfg.endpoints |> lib.attrValues |> lib.map (entry: mkEndpoint entry);
|
||||
cfg.endpoints |> lib.attrValues |> lib.map mkEndpoint;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue