From 7c52d410bdae0901ca35dd095410c362108899a8 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sat, 2 Nov 2024 16:44:03 +0100 Subject: [PATCH] Be a trusted user --- modules/core/nix.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/core/nix.nix b/modules/core/nix.nix index 2c72a81..938dd16 100644 --- a/modules/core/nix.nix +++ b/modules/core/nix.nix @@ -1,5 +1,7 @@ -{...}: { +{username, ...}: { nix.settings = { + trusted-users = ["${username}"]; + trusted-substituters = [ "https://cache.garnix.io" "https://hyprland.cachix.org"