This commit is contained in:
TheWanderingCrow 2024-11-22 09:38:55 -05:00
parent de19da2dea
commit 5a10ff9780
4 changed files with 33 additions and 29 deletions

View file

@ -33,6 +33,7 @@
slack
zoom-us
vesktop
discord
signal-desktop
teamspeak_client

View file

@ -2,7 +2,7 @@
config.users.users.crow = lib.mkIf config.user.crow.enable {
isNormalUser = true;
initialPassword = "changeme";
extraGroups = [ "wheel" "networkmanager" "audio" ];
extraGroups = [ "wheel" "networkmanager" "audio" "plugdev" ];
};
config.systemd.services.note_sync = {