mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
rtl-sdr
This commit is contained in:
parent
de19da2dea
commit
5a10ff9780
4 changed files with 33 additions and 29 deletions
|
|
@ -33,6 +33,7 @@
|
|||
slack
|
||||
zoom-us
|
||||
vesktop
|
||||
discord
|
||||
signal-desktop
|
||||
teamspeak_client
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue