add/remove comments

This commit is contained in:
Katherina Walshe-Grey 2024-06-04 16:57:38 +01:00
parent cc1ea24066
commit 6bf199cf12
3 changed files with 5 additions and 60 deletions

View file

@ -4,7 +4,11 @@
users.users.bluebird = {
isNormalUser = true;
description = "Bluebird";
extraGroups = [ "wheel" "networkmanager" "dialout" ];
extraGroups = [
"wheel" # sudo
"networkmanager" # UI wifi configuration
"dialout" # access to serial ports
];
packages = with pkgs; [
# TODO: move these to home-manager
bitwarden