switch docker for podman
This commit is contained in:
parent
7f14b393c6
commit
2cb497f767
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
{ ... }: {
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.twoneis.extraGroups = [ "docker" ];
|
||||
virtualisation.podman = {
|
||||
enabel = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue