From 77f1c61453c3ce3c148a1b1dc5c9db9d30cb0e02 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sat, 6 Jul 2024 22:01:57 +0700 Subject: [PATCH] cockpit: enabled storage monitoring via udisks2 --- system/services/cockpit.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/services/cockpit.nix b/system/services/cockpit.nix index 360715c..2aaee32 100644 --- a/system/services/cockpit.nix +++ b/system/services/cockpit.nix @@ -11,6 +11,7 @@ in services.caddy.virtualHosts."cockpit.tigor.web.id".extraConfig = '' reverse_proxy 0.0.0.0:9090 ''; + services.udisks2.enable = true; services.cockpit = { enable = true; openFirewall = true;