added adam to dialout for serial console.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
users.users.adam = {
|
users.users.adam = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Adam Rabjerg";
|
description = "Adam Rabjerg";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Web
|
# Web
|
||||||
firefox
|
firefox
|
||||||
|
|||||||
Reference in New Issue
Block a user