From 4d0ce516a8c55445bdc9f5d2a3330d575dac7fa1 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 26 Apr 2023 19:04:52 -0400 Subject: [PATCH] nix: init trusted users --- modules/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix.nix b/modules/nix.nix index d1cb1c3..e14e359 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -29,6 +29,7 @@ "https://hyprland.cachix.org" "https://cache.nixos.org" ]; + trusted-users = [ "root" "@wheel" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="