mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 00:39:07 +01:00
Host gatus on homeserver instead of vps-monitor
This commit is contained in:
parent
b80fc49dee
commit
d521069b8d
4 changed files with 12 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, self, ... }:
|
||||
{ self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.server-profile ];
|
||||
|
||||
|
|
@ -21,19 +21,5 @@
|
|||
};
|
||||
|
||||
services.dns.enable = true;
|
||||
|
||||
web-services =
|
||||
let
|
||||
privateDomain = config.custom.networking.overlay.domain;
|
||||
sproutedDomain = "sprouted.cloud";
|
||||
in
|
||||
{
|
||||
gatus = {
|
||||
enable = true;
|
||||
domain = "status.${privateDomain}";
|
||||
generateDefaultEndpoints = true;
|
||||
endpoints."dav.${sproutedDomain}".enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue