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