From cc5ab3955b0aec466765ed5fb16978a3a3aaa65e Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Tue, 3 Dec 2024 21:56:40 +0100
Subject: (corrino) add root as a trusted user

---
 nix/hosts/corrino/configuration.nix | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'nix')

diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index 853ed99..7c4c8cd 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -458,7 +458,10 @@ in
       dates = [ "03:45" ];
     };
 
-    settings.trusted-users = [ "hydra" ];
+    settings.trusted-users = [
+      "root"
+      "hydra"
+    ];
 
     extraOptions = ''
       builders-use-substitutes = true
-- 
cgit 1.4.1