From 5e5fc24e5954d595d12609851a44f839e9c3e013 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 18 Jan 2024 12:03:39 +0700 Subject: [PATCH] system/nix: add rin to trusted users --- modules/system/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/nix.nix b/modules/system/nix.nix index dc16ed4..be8c472 100644 --- a/modules/system/nix.nix +++ b/modules/system/nix.nix @@ -15,6 +15,7 @@ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ]; trusted-substituters = substituters; + trusted-users = [ "root" "rin" ]; }; extraOptions = ''