mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 10:14:09 -05:00
add crow to dialout
This commit is contained in:
parent
5a17593025
commit
bfb551d905
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue