From e4c0b2380b0065475aca843fa11e327327bf566c Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 12 Jun 2024 20:56:53 +0700 Subject: [PATCH] cockpit: added udisks service to view disks information in cockpit --- system/modules/cockpit.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/modules/cockpit.nix b/system/modules/cockpit.nix index fb2b61a..07c06bd 100644 --- a/system/modules/cockpit.nix +++ b/system/modules/cockpit.nix @@ -7,6 +7,7 @@ in environment.systemPackages = lib.mkIf config.profile.podman.enable [ (pkgs.callPackage ../packages/cockpit-podman.nix { }) ]; + services.udisks2.enable = true; services.cockpit = { enable = true; openFirewall = true;