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" + ]; }; };