diff options
| author | Kleidi Bujari <mail@4kb.net> | 2026-06-14 19:13:07 -0700 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2026-06-14 19:13:07 -0700 |
| commit | 21a6ffe30635802fc11528c331b524418ced9988 (patch) | |
| tree | e36dc040e6f203ced7ebeb3719a210756ce29cd2 /modules | |
| parent | 4477376496e0d60548ecefa3ac3316b27993a821 (diff) | |
| download | depot-21a6ffe30635802fc11528c331b524418ced9988.tar.gz depot-21a6ffe30635802fc11528c331b524418ced9988.tar.bz2 depot-21a6ffe30635802fc11528c331b524418ced9988.zip | |
add self to i2c group
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users.nix b/modules/users.nix index 414b6bd..adadde2 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -15,7 +15,7 @@ in shell = pkgs.fish; home = "/persist/usr/kle"; createHome = true; - extraGroups = [ "wheel" "users" "networkmanager" "video" "kvm" ]; + extraGroups = [ "wheel" "users" "networkmanager" "video" "kvm" "i2c" ]; packages = with pkgs; [ btop curl |
