From 9fd64dd25b073451894e0d3cb4c782b9f96384c5 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 11 Jun 2024 19:05:20 -0400 Subject: [PATCH] nix: add aly as trusted user --- nixosModules/system/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixosModules/system/default.nix b/nixosModules/system/default.nix index b499dc64..36973041 100644 --- a/nixosModules/system/default.nix +++ b/nixosModules/system/default.nix @@ -154,6 +154,7 @@ "nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; + trusted-users = ["aly"]; }; }; }