modules/deploy-rs-receiver: move stuff into settings
This commit is contained in:
parent
c6a08ec5f2
commit
4e14e170c9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
runAs = "root";
|
runAs = "root";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
nix.trustedUsers = [ "deploy" ];
|
nix.settings.trusted-users = [ "deploy" ];
|
||||||
users.users.deploy = {
|
users.users.deploy = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1999;
|
uid = 1999;
|
||||||
|
|
Loading…
Reference in a new issue