europa: enable podman
This commit is contained in:
parent
b51d544b76
commit
3499285e27
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user