ninurta: monitoring with munin
This commit is contained in:
parent
c66a0f847c
commit
0b874cf252
4 changed files with 47 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
|||
../modules/profiles/server.nix
|
||||
./hardware-configuration.nix
|
||||
./printing.nix
|
||||
./monitoring.nix
|
||||
];
|
||||
|
||||
services.soft-serve = {
|
||||
|
@ -377,6 +378,7 @@ in
|
|||
allowPing = true;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
80 # munin web
|
||||
631 # Printing
|
||||
3000 # Hydra
|
||||
softServePort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue