fix: add teutat3s to dialout group for ttyUSB

This commit is contained in:
teutat3s 2023-12-17 22:48:05 +01:00
parent 8a7ba19699
commit c6beb6c44e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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;