feat: define nix trusted users
This commit is contained in:
parent
4ecaa23cb2
commit
eed6ae5422
1 changed files with 1 additions and 1 deletions
|
|
@ -59,8 +59,8 @@ in
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
inherit hashedPassword;
|
inherit hashedPassword;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root = { inherit hashedPassword; };
|
users.users.root = { inherit hashedPassword; };
|
||||||
|
nix.settings.trusted-users = [ "root" username ];
|
||||||
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue