diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-18 11:20:57 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-18 11:20:57 -0500 |
commit | 25f78ac6dd3b097728936f8675535603789b83a5 (patch) | |
tree | 2d874a0697fe1dabb95b890d89974834ad4600c5 /users | |
parent | 4deaf45790925cc8307ca16120c49a570018275c (diff) | |
download | nixos-config-25f78ac6dd3b097728936f8675535603789b83a5.tar.gz nixos-config-25f78ac6dd3b097728936f8675535603789b83a5.zip |
users/simon: Add to adbusers group
Diffstat (limited to 'users')
-rw-r--r-- | users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/default.nix b/users/default.nix index a6a4705..58e6510 100644 --- a/users/default.nix +++ b/users/default.nix @@ -29,6 +29,7 @@ in homeMode = "755"; extraGroups = [ "users" + "adbusers" "adm" "kvm" "disk" "cdrom" |