From 9437645494d9221096c3e52ffb77756dde8ec704 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Sun, 24 Nov 2024 14:37:40 -0500 Subject: [PATCH] fix(nix): add trusted user --- nixos-modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-modules/common.nix b/nixos-modules/common.nix index ae998bb2..6f34bd1c 100644 --- a/nixos-modules/common.nix +++ b/nixos-modules/common.nix @@ -1,6 +1,7 @@ { pkgs, lib, ... }: { nix = { package = lib.mkDefault pkgs.nix; + trustedUsers = [ "mat" ]; extraOptions = '' keep-outputs = true keep-derivations = true