first commit
This commit is contained in:
commit
d802466363
14 changed files with 453 additions and 0 deletions
10
services/glances.nix
Normal file
10
services/glances.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
services.glances = {
|
||||
enable = true;
|
||||
port = 61208;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue