add/remove comments
This commit is contained in:
parent
cc1ea24066
commit
6bf199cf12
3 changed files with 5 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue