This commit is contained in:
atagen 2023-06-09 14:58:58 +10:00
parent e2332d5c92
commit 2c2987e35f
4 changed files with 30 additions and 2 deletions

View file

@ -9,8 +9,8 @@
...
}: {
nix.settings = {
substituters = ["https://hyprland.cachix.org" "https://nix-community.cachix.org" ];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ];
substituters = ["https://hyprland.cachix.org" ];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
trusted-users = [ "root" "bolt" ]
};