From a3c11169fbeffda0841337f33a7af034fc8bb2c2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 26 Mar 2024 14:11:58 -0400 Subject: [PATCH] gh: trust myself (nix) --- systems/github-runner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/github-runner.nix b/systems/github-runner.nix index 90771d7..86a91a6 100644 --- a/systems/github-runner.nix +++ b/systems/github-runner.nix @@ -28,5 +28,6 @@ in efi.canTouchEfiVariables = true; }; }; + nix.settings.trusted-users = [ "root" "@wheel" ]; services.openssh.enable = true; }