From 6e8c206fb1aa100cdd26f255a1568acd3db1d976 Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Tue, 7 May 2024 13:40:44 +1000 Subject: [PATCH] added docker added docker to user config --- components/user-kurtisa.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/user-kurtisa.nix b/components/user-kurtisa.nix index 75255dc..e404848 100644 --- a/components/user-kurtisa.nix +++ b/components/user-kurtisa.nix @@ -12,12 +12,15 @@ in boot.kernelModules = [ "kvm-intel" "kvm-amd" ]; virtualisation.libvirtd.enable = true; virtualisation.spiceUSBRedirection.enable = true; + + #docker + virtualisation.docker.enable = true; # My user account. Don't forget to set a password with ‘passwd’. users.users.kurtisa = { isNormalUser = true; description = "Kurtis Andrews"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; packages = with pkgs; [ firefox thunderbird