From f1c326c87bb234b9135f0c1e71b2f408031b5b76 Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Tue, 26 Nov 2024 01:53:01 -0500 Subject: [PATCH] install docker --- nix/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nix/configuration.nix b/nix/configuration.nix index 8b8fb58..9092912 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -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 = {