europa: enable podman

This commit is contained in:
Aaron Bieber 2024-08-09 10:35:24 -06:00
parent b51d544b76
commit 3499285e27
No known key found for this signature in database

View File

@ -127,7 +127,10 @@ in
kde.enable = lib.mkDefault true;
kdeConnect.enable = true;
virtualisation.libvirtd.enable = lib.mkDefault true;
virtualisation = {
libvirtd.enable = lib.mkDefault true;
podman.enable = true;
};
networking = {
hostName = "europa";