mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
wireshark: Force evaluation error when group doesn't exist
This commit is contained in:
parent
b94d47b5ab
commit
f4255165b1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@
|
|||
config = lib.mkIf config.custom.programs.wireshark.enable {
|
||||
programs.wireshark.enable = true;
|
||||
environment.systemPackages = [ pkgs.wireshark ];
|
||||
users.users.seb.extraGroups = [ "wireshark" ];
|
||||
users.users.seb.extraGroups = [ config.users.groups.wireshark.name ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue