install docker
This commit is contained in:
parent
fd70c920c5
commit
f1c326c87b
1 changed files with 5 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue