Remove docker

This commit is contained in:
Dave Gallant
2021-10-13 22:30:51 -04:00
parent fb6e57ff88
commit 21f6af0c5a
3 changed files with 22 additions and 27 deletions

View File

@@ -20,7 +20,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.dave = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" "libvirtd" ];
extraGroups = [ "wheel" "libvirtd" ];
shell = pkgs.zsh;
};
@@ -46,7 +46,7 @@
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.pulseaudio.support32Bit = true;
virtualisation.docker.enable = true;
virtualisation.podman.enable = true;
programs.gnupg.agent = {
enable = true;