From 691f361b080e6b9478ce714793415797aac1d91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20I=C8=99an?= Date: Mon, 25 May 2026 22:27:25 +0200 Subject: [PATCH] isengard: fixed syntax again --- hosts/isengard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/isengard.nix b/hosts/isengard.nix index 8c1a3b7..3b61ef8 100644 --- a/hosts/isengard.nix +++ b/hosts/isengard.nix @@ -36,7 +36,7 @@ # User is admin users.groups.admin.gid = 10000; users.users.${myUser}.extraGroups = [ - "admin", + "admin" "libvirtd" ];