mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
gatus: Upgrade package to get new UI
This commit is contained in:
parent
2cfcf9ee74
commit
8be51907fa
1 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
{ config, lib, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs-unstable,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
cfg = config.custom.services.gatus;
|
cfg = config.custom.services.gatus;
|
||||||
tailscaleDomain = config.custom.services.tailscale.domain;
|
tailscaleDomain = config.custom.services.tailscale.domain;
|
||||||
|
|
@ -98,8 +103,9 @@ in
|
||||||
|
|
||||||
services.gatus = {
|
services.gatus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs-unstable.gatus; # Unstable for the new UI
|
||||||
environmentFile = config.sops.templates."gatus.env".path;
|
environmentFile = config.sops.templates."gatus.env".path;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
web = {
|
web = {
|
||||||
address = "localhost";
|
address = "localhost";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue