diff options
| author | Fuwn <[email protected]> | 2024-09-03 01:52:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-03 01:52:03 -0700 |
| commit | c6deea451af1af2fdf4aee7f1ed74209f312a9b3 (patch) | |
| tree | d725ce5a39939b1379f2a4141cd0ab54c1ef16cc /modules/users.nix | |
| parent | home (diff) | |
| download | nixos-config-c6deea451af1af2fdf4aee7f1ed74209f312a9b3.tar.xz nixos-config-c6deea451af1af2fdf4aee7f1ed74209f312a9b3.zip | |
modules
Diffstat (limited to 'modules/users.nix')
| -rw-r--r-- | modules/users.nix | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/modules/users.nix b/modules/users.nix index a5f975a..4055353 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -17,12 +17,25 @@ in shell = pkgs.fish; extraGroups = [ - "networkmanager" "wheel" + "systemd-journal" + "audio" + "video" "input" + "plugdev" + "lp" + "tss" + "power" + "nix" + "network" + "networkmanager" + "wireshark" + "mysql" "docker" - "kvm" + "podman" + "git" "libvirtd" + "kvm" ]; }; }; |