dockerd seems to work now

This commit is contained in:
Motiejus Jakštys 2024-07-29 15:15:21 +03:00
parent 2bbb8b5010
commit bf589d3463
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,5 @@
{
lib,
pkgs,
config,
...
@ -26,7 +27,7 @@ in {
};
};
mj.base.users.user.extraGroups = ["adbusers" "networkmanager" "wireshark" "podman"];
mj.base.users.user.extraGroups = ["adbusers" "networkmanager" "wireshark" "podman" "docker"];
services = {
fwupd.enable = true;
@ -100,7 +101,7 @@ in {
};
virtualisation.podman = {
enable = true;
enable = lib.mkDefault true;
extraPackages = [pkgs.zfs];
};

View File

@ -55,10 +55,8 @@
Group = "clamav";
};
virtualisation.podman = {
dockerCompat = true;
dockerSocket.enable = true;
};
virtualisation.podman.enable = false;
virtualisation.docker.enable = true;
home-manager.users.${config.mj.username} = {
home.sessionVariables = {