From 055657e082af56d51524b7dd942d468e296634ab Mon Sep 17 00:00:00 2001 From: andromeda Date: Thu, 16 Apr 2026 16:52:00 +0200 Subject: stash --- users.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users.nix') diff --git a/users.nix b/users.nix index f0876bd..9e1e9fb 100644 --- a/users.nix +++ b/users.nix @@ -13,8 +13,9 @@ description = "andromeda"; hashedPasswordFile = builtins.toString config.age.secrets.andromeda-pw.path; extraGroups = [ - "networkmanager" - "wheel" + "networkmanager" # network configuration + "wheel" # serial + "dialout" # access to serial ports ]; }; }; @@ -41,7 +42,6 @@ ]; files = [ ".bash_history" - ".brush_history" ]; }; } -- cgit v1.3