Try podman
This commit is contained in:
parent
105af4befd
commit
d684e9eaa2
2 changed files with 26 additions and 18 deletions
|
|
@ -47,4 +47,12 @@ in
|
|||
};
|
||||
|
||||
users.users.${usr}.extraGroups = [ "adbusers" ];
|
||||
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue