Add back docker for work

This commit is contained in:
Dave Gallant
2021-12-08 11:36:15 -05:00
parent 6df0673316
commit 6594dc781a
3 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
users.users.dave = {
isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" ];
extraGroups = [ "docker" "wheel" "libvirtd" ];
shell = pkgs.zsh;
};
@@ -40,6 +40,7 @@
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.pulseaudio.support32Bit = true;
virtualisation.docker.enable = true;
virtualisation.podman.enable = true;
programs.gnupg.agent = {

View File

@@ -37,6 +37,11 @@ in
starship
tokei
# containers
docker
docker-compose
podman
# language servers
nodePackages.bash-language-server
nodePackages.yaml-language-server
@@ -182,7 +187,6 @@ in
opensnitch
opensnitch-ui
pinentry-curses
podman
pulseeffects-pw
qemu
rtorrent

View File

@@ -147,7 +147,6 @@ in
shellAliases = {
".." = "cd ..";
docker = "podman";
grep = "rg --smart-case";
k = "kubectl";
ls = "exa -la --git";