From 5594259afab351cd252144fa097b77d99a484314 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 9 Aug 2024 17:22:52 +0200 Subject: [PATCH] feat: add self to libvirt --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2b7d6e3..cdfb185 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -57,7 +57,7 @@ }; noa = { isNormalUser = true; - extraGroups = [ "networkmanager" "wheel" "docker" ]; + extraGroups = [ "networkmanager" "wheel" "docker" "libvirt" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINWtje7dGqyrBY7PLq6DANvUR6yfungQNsXGkTO6PP6/ noa@NoasPCArch" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBFemc4Pzp7I0y8FHxgRO/c/ReBmXuqXR6CWqbhiQ+0t noa@Noas_flaptop"