From 24044692ced9fa35c12a35ed1e3fb692180f72fc Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Tue, 1 Apr 2025 23:01:16 +0200 Subject: virtualisation and docker --- nixos/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/common/default.nix') 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 ]; -- cgit v1.3.1