feat: define nix trusted users

This commit is contained in:
Kiana Sheibani 2025-06-22 14:23:59 -04:00
parent 4ecaa23cb2
commit eed6ae5422
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -59,8 +59,8 @@ in
shell = pkgs.fish;
inherit hashedPassword;
};
users.users.root = { inherit hashedPassword; };
nix.settings.trusted-users = [ "root" username ];
fonts = {