From 55a83742decd81be2a7e44343ba7da525a014223 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Tue, 2 May 2023 11:32:17 +1000 Subject: [PATCH] nix: renamed trustedUsers resolves #15 --- profiles/host_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 36adb87..0014c1a 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -75,8 +75,8 @@ ''; settings = { auto-optimise-store = true; + trusted-users = ["fiscalvelvetpoet"]; }; - trustedUsers = ["fiscalvelvetpoet"]; }; system.extraSystemBuilderCmds = ''