Try podman

This commit is contained in:
Invariantspace 2024-05-31 13:46:20 -07:00
parent 105af4befd
commit d684e9eaa2
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 26 additions and 18 deletions

View file

@ -47,4 +47,12 @@ in
};
users.users.${usr}.extraGroups = [ "adbusers" ];
virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
};
};
}