diff options
author | Emile <git@emile.space> | 2024-12-03 21:56:40 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 21:56:40 +0100 |
commit | cc5ab3955b0aec466765ed5fb16978a3a3aaa65e (patch) | |
tree | 9c30681dfa1aac7b0035134873eee4e9ca1be8cb | |
parent | 59a1b49504242a5a3069f732e2a526f4d7a25caa (diff) |
(corrino) add root as a trusted user
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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 |