Add user to dialout group
This commit is contained in:
parent
7bf5b65d22
commit
1d8f8385cd
@ -82,7 +82,7 @@
|
|||||||
users.users.rothe = {
|
users.users.rothe = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "rothe";
|
description = "rothe";
|
||||||
extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin"];
|
extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin" "dialout" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
|
Loading…
x
Reference in New Issue
Block a user