mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/plover: add Wireshark program
This commit is contained in:
parent
93863ff00c
commit
70e2e077d1
@ -9,7 +9,7 @@ in
|
||||
users.users.${user} = {
|
||||
home = "/home/${user}";
|
||||
hashedPassword = "$6$gpgBrL3.RAGa9NBp$93Ac5ZW53KcgbA9q4awVKA.bVArP7Hw1NbyakT30Mav.7obIuN17WWijT.EaBSJU6ArvdXTehC3xZ9/9oZPDR0";
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "wireshark" ];
|
||||
useDefaultShell = true;
|
||||
isNormalUser = true;
|
||||
description = "The go-to user for server systems.";
|
||||
@ -21,6 +21,8 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
home-manager.users.${user} = { lib, ... }: {
|
||||
imports = [ homeManagerUser ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user