From f9407166ae7a7541c90884f715b9e3e7b9a5a5b2 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Wed, 5 Jun 2024 13:36:21 +0200 Subject: [PATCH] Docker lilith --- hosts/x86_64-linux/lilith/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/x86_64-linux/lilith/default.nix b/hosts/x86_64-linux/lilith/default.nix index fb677e3..11a1782 100644 --- a/hosts/x86_64-linux/lilith/default.nix +++ b/hosts/x86_64-linux/lilith/default.nix @@ -9,6 +9,7 @@ # Include the results of the hardware scan. ./hardware-configuration.nix ../../../common + ../beleth/docker.nix #../../antivirus.nix ../../../modules/home-manager.nix inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480 @@ -125,7 +126,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.xqtc = { isNormalUser = true; - extraGroups = ["wheel" "libvirtd"]; # Enable ‘sudo’ for the user. + extraGroups = ["wheel" "docker" "libvirtd"]; # Enable ‘sudo’ for the user. packages = with pkgs; [nushell clamtk]; shell = pkgs.nushell; };