mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
gatus: Use package from stable
This commit is contained in:
parent
d1ad765314
commit
382d9a0d44
1 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
self,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
lib',
|
||||
...
|
||||
|
|
@ -68,11 +67,6 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
assertions = lib.singleton {
|
||||
assertion = lib.versionOlder lib.version "25.11";
|
||||
message = "TODO: Use gatus package from stable nixpkgs";
|
||||
};
|
||||
|
||||
meta = {
|
||||
domains.local = [ cfg.domain ];
|
||||
ports.tcp = [ cfg.port ];
|
||||
|
|
@ -105,7 +99,6 @@ in
|
|||
|
||||
services.gatus = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.gatus; # Unstable for the new UI
|
||||
environmentFile = config.sops.templates."gatus.env".path;
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue