podman: move full config to desktop
This commit is contained in:
parent
7614c13d4a
commit
38951e4b26
|
@ -100,6 +100,8 @@ in {
|
|||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
extraPackages = [pkgs.zfs];
|
||||
};
|
||||
|
||||
|
|
|
@ -23,13 +23,6 @@
|
|||
#turbo
|
||||
]);
|
||||
|
||||
#virtualisation.docker.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
|
||||
services.clamav = {
|
||||
updater.enable = true;
|
||||
daemon = {
|
||||
|
|
Loading…
Reference in New Issue