holy fuck I'm so sleepy
This commit is contained in:
parent
891d0b384f
commit
ef7c1ea5ec
1 changed files with 5 additions and 3 deletions
|
@ -64,9 +64,11 @@
|
|||
'';
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
oci-containers.backend = "podman";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue