modules/nix-builder: move stuff into settings
This commit is contained in:
parent
176853c43c
commit
c6a08ec5f2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
nix.trustedUsers = [ "nix" ];
|
nix.settings.trusted-users = [ "nix" ];
|
||||||
users.users.nix = {
|
users.users.nix = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
description = "Nix Remote Build";
|
description = "Nix Remote Build";
|
||||||
|
|
Loading…
Reference in a new issue