forked from pub-solar/os
fix: add teutat3s to dialout group for ttyUSB
This commit is contained in:
parent
8a7ba19699
commit
c6beb6c44e
|
@ -35,6 +35,9 @@ in {
|
|||
#services.kbfs.enable = true;
|
||||
#services.keybase.enable = true;
|
||||
|
||||
users.users."${psCfg.user.name}" = {
|
||||
extraGroups = ["dialout"];
|
||||
};
|
||||
home-manager.users.${psCfg.user.name} = {
|
||||
xdg.configFile."git/config".text = import ./.config/git/config.nix {
|
||||
inherit config;
|
||||
|
|
Loading…
Reference in a new issue