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