Flashrom update

This commit is contained in:
Filippo Berto 2021-12-11 18:31:04 +01:00
parent 4670241891
commit a31e5b7b3f
3 changed files with 5 additions and 2 deletions

View file

@ -113,7 +113,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.bertof = {
isNormalUser = true;
extraGroups = [ "audio" "input" "docker" "libvirtd" "network" "usb" "video" "wheel" ];
extraGroups = [ "audio" "input" "docker" "flashrom" "libvirtd" "network" "usb" "video" "wheel" ];
shell = pkgs.zsh;
};
@ -124,6 +124,7 @@
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
programs.flashrom.enable = true;
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.steam.enable = true;