added buildah

This commit is contained in:
Jakub Kropáček 2025-02-16 10:48:28 +01:00
parent e6ef1ba090
commit 840bede09e

View file

@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}:
let
@ -51,6 +52,10 @@ in
enable = true;
};
environment.systemPackages = lib.mkIf cfg.podman.enable [
pkgs.buildah
];
virtualisation.waydroid.enable = cfg.waydroid.enable;
users.users.krop = lib.mkIf (cfg.docker.addUserToGroup && cfg.docker.enable) {