cockpit: enabled storage monitoring via udisks2

This commit is contained in:
Tigor Hutasuhut 2024-07-06 22:01:57 +07:00
parent 2d41ef0a04
commit 77f1c61453

View file

@ -11,6 +11,7 @@ in
services.caddy.virtualHosts."cockpit.tigor.web.id".extraConfig = '' services.caddy.virtualHosts."cockpit.tigor.web.id".extraConfig = ''
reverse_proxy 0.0.0.0:9090 reverse_proxy 0.0.0.0:9090
''; '';
services.udisks2.enable = true;
services.cockpit = { services.cockpit = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;