From 34e893bd68f7342ffe5871885ebc830637199514 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 18 Nov 2023 23:46:39 +0000 Subject: [PATCH] Add trusted users --- hosts/common/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index af3c412..7d2ce52 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -39,6 +39,10 @@ in { "https://hyprland.cachix.org" ]; trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + trusted-users = [ + "root" + "daniel" + ]; }; };