Add monitoring services

This commit is contained in:
Torjus Håkestad 2024-06-03 04:08:16 +02:00
parent 2576748c38
commit 07f519bf36

View File

@ -29,5 +29,5 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
}; };
networking.firewall.allowedTCPPorts = [ 9100 9558 8989 ]; networking.firewall.allowedTCPPorts = [ 9100 9558 ];
} }