install docker

This commit is contained in:
Cy Pokhrel 2024-11-26 01:53:01 -05:00
parent fd70c920c5
commit f1c326c87b
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E

View file

@ -74,7 +74,7 @@
users.users.yt = {
isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" ];
extraGroups = [ "wheel" "libvirtd" "docker" ];
shell = pkgs.zsh;
packages = with pkgs; [
firefox
@ -289,7 +289,10 @@
# thumbnails in thunar
services.tumbler.enable =true;
virtualisation.libvirtd.enable = true;
virtualisation = {
libvirtd.enable = true;
docker.enable = true;
};
programs.virt-manager.enable = true;
services.dnscrypt-proxy2 = {