Refactor podman configuration
This commit is contained in:
parent
1d4dcc04ab
commit
e0e3ddcbcb
|
@ -13,10 +13,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set up podman
|
# Set up podman
|
||||||
virtualisation = {
|
virtualisation.podman = {
|
||||||
podman = {
|
enable = true;
|
||||||
enable = true;
|
dockerCompat = true;
|
||||||
dockerCompat = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue