add gebner2

This commit is contained in:
Gabriel Ebner 2022-10-31 17:14:55 -07:00
parent e8229ce713
commit 18ecb5248d
1 changed files with 17 additions and 0 deletions

View File

@ -159,4 +159,21 @@
services.fwupd.enable = true;
users.extraUsers.gebner2 = {
isNormalUser = true;
extraGroups = [
"wheel"
# "networkmanager"
"audio"
# "transmission"
# "lxd"
# "libvirtd"
# "vboxusers"
# "wireshark"
"input" "tty" "audio" "video" "uinput"
];
# shell = "${pkgs.zsh}/bin/zsh";
shell = "/run/current-system/sw/bin/fish";
};
}