diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-08T15·56-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-08T15·56-0400 |
commit | 02777331ed00a576f39916a4f788b76ce615e916 (patch) | |
tree | e2622be624cd6b4ca75eb4ffe410588d10bcacf7 /system/modules/common.nix | |
parent | ed9621a6662bf527aa83af1067ce73bdf7d54317 (diff) |
use the right username for trustedUsers
Diffstat (limited to 'system/modules/common.nix')
-rw-r--r-- | system/modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix index d172ff4a45a3..fd646aa4a1d3 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -100,7 +100,7 @@ }; nix = { - trustedUsers = [ "griffin" ]; + trustedUsers = [ "grfn" ]; autoOptimiseStore = true; buildMachines = [{ |