diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-01 23:01:16 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-01 23:01:16 +0200 |
| commit | 24044692ced9fa35c12a35ed1e3fb692180f72fc (patch) | |
| tree | 6a105d3115699eb5e38a122c4c80b9c4778c696d /nixos/common/default.nix | |
| parent | 619dbeaa76460e967134daca8bd35aeb23591eec (diff) | |
virtualisation and docker
Diffstat (limited to 'nixos/common/default.nix')
| -rw-r--r-- | nixos/common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/common/default.nix b/nixos/common/default.nix index c76dc51..8e14366 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -36,7 +36,7 @@ users.users.wilkuu = { shell = pkgs.zsh; isNormalUser = true; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "networkmanager" "input" "docker" "adbusers" "libvirtd" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ tree ]; |
