From c5aad8c38cee52b891a3262c50f4314ba6963e41 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 20 Jul 2023 19:25:38 +0200 Subject: [PATCH] maybe this will make remote builds work --- hosts/chmura/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 3f83446..752aba4 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -20,7 +20,7 @@ ]; trusted-users = [ "root" - "@wheel" + "chmura" ]; };