dockerd seems to work now
This commit is contained in:
parent
2bbb8b5010
commit
bf589d3463
@ -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];
|
||||
};
|
||||
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user