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; };