feat: add ny to trusted users

This commit is contained in:
Nydragon 2024-10-01 20:03:18 +02:00
parent 812dbbd900
commit 89e6039dd6
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -21,6 +21,7 @@
settings = { settings = {
substituters = [ "https://hyprland.cachix.org" ]; substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
trusted-users = [ "ny" ];
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"