diff options
| author | Mel <einebeere@gmail.com> | 2024-12-11 03:53:54 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-11 04:06:37 +0100 |
| commit | a8fa266e9137d5204e2485ca90f0b5939dbb40b8 (patch) | |
| tree | 65af96b2c9073b3f40abcef8097374f9e635db36 /modules/user.nix | |
| parent | 61958781b6b75a9f24007f27bb6eb39b274f587c (diff) | |
| download | minerals-a8fa266e9137d5204e2485ca90f0b5939dbb40b8.tar.zst minerals-a8fa266e9137d5204e2485ca90f0b5939dbb40b8.zip | |
Add mel to 'kvm' and 'adbusers' groups
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/user.nix')
| -rw-r--r-- | modules/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.nix b/modules/user.nix index 624756b..94d36b2 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -6,7 +6,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "wheel" "kvm" "networkmanager" "adbusers" ]; hashedPassword = "$y$j9T$4wGl.YJizIpcfFv0LyvLU0$7LLEkjIFWBOV.XXynReCOczBYNX0EZfMPIDB/bmmhhC"; packages = (with pkgs; [ |
