From 02777331ed00a576f39916a4f788b76ce615e916 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 8 May 2020 11:56:40 -0400 Subject: use the right username for trustedUsers --- system/modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/modules/common.nix') 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 = [{ -- cgit 1.4.1