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