about summary refs log tree commit diff
path: root/users/grfn/system/system/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-02-01T15·52-0500
committerclbot <clbot@tvl.fyi>2022-02-01T15·58+0000
commit6e3432383fe97e38ec14b096cc3fc2e73fcd598a (patch)
treee04b9412839b7f940440d4eb8a1b7bf4e7b26558 /users/grfn/system/system/modules/common.nix
parent1949c9fa24ddafd195faa4e4618cd4fd73d2b207 (diff)
chore(grfn/system): Rename deprecated nixos options r/3737
Change-Id: I2c519ac4a0e92312bbb90b2ecba063b7c06605ab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5157
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/system/system/modules/common.nix')
-rw-r--r--users/grfn/system/system/modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix
index 635747d118ff..a7d5a62e686c 100644
--- a/users/grfn/system/system/modules/common.nix
+++ b/users/grfn/system/system/modules/common.nix
@@ -61,7 +61,7 @@ with lib;
   };
 
   nix = {
-    trustedUsers = [ "grfn" ];
+    settings.trusted-users = [ "grfn" ];
     distributedBuilds = true;
 
     gc = {