From 85a5b1a0ecdc930fc190a1c921290a6d8af4bb37 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 17:38:55 +0900 Subject: [PATCH] Test --- nixos/common/modules/remote-builders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/modules/remote-builders.nix b/nixos/common/modules/remote-builders.nix index 87ec0055..b0e08663 100644 --- a/nixos/common/modules/remote-builders.nix +++ b/nixos/common/modules/remote-builders.nix @@ -1,5 +1,5 @@ { - nix.trustedUsers = "albert"; + nix.trustedUsers = [ "albert" ]; nix.buildMachines = [ { hostName = "nixos-vm-01"; # Only availalbe on the Headscale network