added adam to dialout for serial console.

This commit is contained in:
2022-11-02 11:58:31 +01:00
parent ce5fda5d84
commit e5cec47a00

View File

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