diff --git a/nixos/base.nix b/nixos/base.nix index 8072c84..063c9f0 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -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; diff --git a/nixos/thor.nix b/nixos/thor.nix index 3430baa..fd00199 100644 --- a/nixos/thor.nix +++ b/nixos/thor.nix @@ -53,6 +53,7 @@ programs = { dconf.enable = true; + flashrom.enable = true; gnupg.agent = { enable = true; enableSSHSupport = true; @@ -156,7 +157,7 @@ users.users.bertof = { isNormalUser = true; - extraGroups = [ "audio" "input" "docker" "libvirtd" "network" "usb" "video" "wheel" ]; + extraGroups = [ "audio" "input" "docker" "flashrom" "libvirtd" "network" "usb" "video" "wheel" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+zsSWZFFzQKnATCAvtG+iuSm4qkZHjCtHzGa9B/71W" ]; shell = pkgs.zsh; useDefaultShell = false; diff --git a/odin.nix b/odin.nix index b1ab794..2690ccf 100644 --- a/odin.nix +++ b/odin.nix @@ -44,6 +44,7 @@ arandr authy bitwarden + blender btop catgirl # IRC cava