Refactor podman configuration

This commit is contained in:
coolneng 2021-02-20 12:04:49 +01:00
parent 1d4dcc04ab
commit e0e3ddcbcb
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 5 deletions

View File

@ -13,10 +13,8 @@
};
# Set up podman
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
};
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}