cockpit: added udisks service to view disks information in cockpit

This commit is contained in:
Tigor Hutasuhut 2024-06-12 20:56:53 +07:00
parent f250903a47
commit e4c0b2380b

View file

@ -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;