From c8614ede56ad02ac53776955983f4a527ee2bb5b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 14 Jun 2026 13:47:14 -0500 Subject: [PATCH] [luanti] add myself to luanti group --- systems/dalinar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix index d113b49..c8fd102 100644 --- a/systems/dalinar/configuration.nix +++ b/systems/dalinar/configuration.nix @@ -47,7 +47,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.chris = { isNormalUser = true; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "luanti" ]; # Enable ‘sudo’ for the user. }; virtualisation.docker = {