From aab6b67cccf833ab85458247315c2aec3ea5114d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 24 Mar 2024 22:45:42 +0100 Subject: [PATCH] trusted-users: add jade Signed-off-by: Raito Bezarius --- modules/users/admins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/admins.nix b/modules/users/admins.nix index c30fe20..3fe7c52 100644 --- a/modules/users/admins.nix +++ b/modules/users/admins.nix @@ -66,6 +66,6 @@ in }; }; - nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" "niklas" ]; + nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" "niklas" "jade" ]; }; }