cockpit: added udisks service to view disks information in cockpit
This commit is contained in:
parent
f250903a47
commit
e4c0b2380b
|
@ -7,6 +7,7 @@ in
|
||||||
environment.systemPackages = lib.mkIf config.profile.podman.enable [
|
environment.systemPackages = lib.mkIf config.profile.podman.enable [
|
||||||
(pkgs.callPackage ../packages/cockpit-podman.nix { })
|
(pkgs.callPackage ../packages/cockpit-podman.nix { })
|
||||||
];
|
];
|
||||||
|
services.udisks2.enable = true;
|
||||||
services.cockpit = {
|
services.cockpit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
Loading…
Reference in a new issue