rename nodes and add runner for gitea instance

This commit is contained in:
shobu
2025-11-11 21:05:47 +01:00
parent c610ce80bc
commit 542034054c
34 changed files with 69 additions and 24 deletions

8
hosts/sin/glances.nix Normal file
View File

@@ -0,0 +1,8 @@
{...}: {
services.glances = {
enable = true;
openFirewall = true;
# TODO Change secrets
extraArgs = [ "--webserver" ];
};
}