diff options
-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 = [{ |