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, pkgs,
config, 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 = { services = {
fwupd.enable = true; fwupd.enable = true;
@ -100,7 +101,7 @@ in {
}; };
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = lib.mkDefault true;
extraPackages = [pkgs.zfs]; extraPackages = [pkgs.zfs];
}; };

View File

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