podman: move full config to desktop

This commit is contained in:
Motiejus Jakštys 2024-05-21 08:45:37 +03:00
parent 7614c13d4a
commit 38951e4b26
2 changed files with 2 additions and 7 deletions

View File

@ -100,6 +100,8 @@ in {
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
extraPackages = [pkgs.zfs];
};

View File

@ -23,13 +23,6 @@
#turbo
]);
#virtualisation.docker.enable = true;
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
services.clamav = {
updater.enable = true;
daemon = {