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 = {
|
users.users.yt = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "libvirtd" ];
|
extraGroups = [ "wheel" "libvirtd" "docker" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
|
@ -289,7 +289,10 @@
|
||||||
# thumbnails in thunar
|
# thumbnails in thunar
|
||||||
services.tumbler.enable =true;
|
services.tumbler.enable =true;
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation = {
|
||||||
|
libvirtd.enable = true;
|
||||||
|
docker.enable = true;
|
||||||
|
};
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
services.dnscrypt-proxy2 = {
|
services.dnscrypt-proxy2 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue