diff options
| author | Mel <mel@rnrd.eu> | 2025-04-03 21:59:45 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-04-03 21:59:45 +0200 |
| commit | e5f4d544e72b7f721b45df42960c614053a52d08 (patch) | |
| tree | 455912a651df39fcdbcf88c5f766039d649727a3 | |
| parent | 70b7bcf75b91ffe5d60f10f50d6f010f6a407178 (diff) | |
| download | minerals-e5f4d544e72b7f721b45df42960c614053a52d08.tar.zst minerals-e5f4d544e72b7f721b45df42960c614053a52d08.zip | |
Add mel to dialout group for serial devices
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | modules/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.nix b/modules/user.nix index 7c5553c..e8f658e 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -6,7 +6,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "wheel" "kvm" "networkmanager" "adbusers" ]; + extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" ]; hashedPassword = "$y$j9T$4wGl.YJizIpcfFv0LyvLU0$7LLEkjIFWBOV.XXynReCOczBYNX0EZfMPIDB/bmmhhC"; packages = (with pkgs; [ |
