mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
This commit is contained in:
parent
37b26d1f17
commit
44419a52d6
8 changed files with 19 additions and 5 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
users.users.c = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "networkmanager" "libvirtd" "dialout"];
|
||||
extraGroups = ["wheel" "networkmanager" "libvirtd" "dialout" "wireshark"];
|
||||
openssh.authorizedKeys.keys = config.keys.c;
|
||||
shell = pkgs.fish;
|
||||
packages = with pkgs; [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue