rename nodes and add runner for gitea instance
This commit is contained in:
8
hosts/sin/glances.nix
Normal file
8
hosts/sin/glances.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
services.glances = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
# TODO Change secrets
|
||||
extraArgs = [ "--webserver" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user