From cf6f29aed91b8a2e41f5ae032f2bf92d106f490d Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 12 Dec 2024 17:28:21 +0800 Subject: [PATCH] dust: add myself to dialout group --- hosts/dust/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/dust/default.nix b/hosts/dust/default.nix index ab1cc14..8173a4e 100644 --- a/hosts/dust/default.nix +++ b/hosts/dust/default.nix @@ -97,7 +97,10 @@ description = "Guanran Wang"; hashedPasswordFile = config.sops.secrets."hashed-passwd".path; shell = pkgs.fish; - extraGroups = [ "wheel" ]; + extraGroups = [ + "wheel" + "dialout" + ]; }; home-manager = {