re-add kubernetes

This commit is contained in:
Pim Kunis 2024-03-19 22:56:52 +01:00
parent f032ebf0c7
commit 4cf1d13384
11 changed files with 194 additions and 8 deletions

View file

@ -80,6 +80,15 @@ in
};
};
users = {
users.gatus = {
isSystemUser = true;
group = "gatus";
};
groups.gatus = { };
};
system.activationScripts = lib.mkIf cfg.server.enable {
gatus = ''
mkdir -p /srv/gatus