use the right username for trustedUsers
This commit is contained in:
parent
ed9621a666
commit
02777331ed
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
trustedUsers = [ "griffin" ];
|
trustedUsers = [ "grfn" ];
|
||||||
autoOptimiseStore = true;
|
autoOptimiseStore = true;
|
||||||
|
|
||||||
buildMachines = [{
|
buildMachines = [{
|
||||||
|
|
Loading…
Reference in a new issue