From 26772f936d3fae8bbd35f37ea5201271daa61305 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 19 Jan 2022 11:19:11 -0500 Subject: [PATCH] Update kitchen config --- machines/kitchen/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/kitchen/configuration.nix b/machines/kitchen/configuration.nix index 57a0844..a4c35ae 100644 --- a/machines/kitchen/configuration.nix +++ b/machines/kitchen/configuration.nix @@ -27,6 +27,7 @@ wget micro firefox + chromium pkgs.gnome.gnome-tweaks ]; @@ -57,8 +58,7 @@ users.users.michael = { isNormalUser = true; description = "Michael Thomas"; - extraGroups = [ "wheel" "docker" "adbusers" ]; # Enable ‘sudo’ for the user. - + extraGroups = [ "wheel" "docker" "adbusers" "dialout" ]; shell = pkgs.zsh; };