diff --git a/.gitignore b/.gitignore index 1377554..4cc9af5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +result diff --git a/configuration.nix b/configuration.nix index 4c57132..a88efd0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -79,7 +79,7 @@ users.users.rothe = { isNormalUser = true; description = "rothe"; - extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp"]; + extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "libvirtd"]; shell = pkgs.fish; packages = with pkgs; [ chromium