From 5b9fc6275cfc546221f25bf1ac6caaeb5bc2c9f6 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Wed, 10 Jul 2024 22:55:13 +0200 Subject: [PATCH] Add result to gitignore --- .gitignore | 1 + configuration.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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