mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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 {
|
config = lib.mkIf config.custom.programs.wireshark.enable {
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
environment.systemPackages = [ pkgs.wireshark ];
|
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