add crow to dialout

This commit is contained in:
TheWanderingCrow 2025-01-10 13:17:58 -05:00
parent 5a17593025
commit bfb551d905

View file

@ -7,7 +7,7 @@
config.users.users.crow = lib.mkIf config.user.crow.enable {
isNormalUser = true;
initialPassword = "changeme";
extraGroups = ["wheel" "networkmanager" "audio" "plugdev"];
extraGroups = ["wheel" "networkmanager" "audio" "plugdev" "dialout"];
};
config.home-manager.users.crow = lib.mkIf config.user.crow.home.enable ./home.nix;