From eed6ae542201a23faf5bdb115da9af099ce1a1ef Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sun, 22 Jun 2025 14:23:59 -0400 Subject: [PATCH] feat: define nix trusted users --- config/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.nix b/config/config.nix index 2696867..faba432 100644 --- a/config/config.nix +++ b/config/config.nix @@ -59,8 +59,8 @@ in shell = pkgs.fish; inherit hashedPassword; }; - users.users.root = { inherit hashedPassword; }; + nix.settings.trusted-users = [ "root" username ]; fonts = {