mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Declarative substituter settings for user
This commit is contained in:
parent
e4d03a8300
commit
245c97ab1d
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,16 @@
|
|||
];
|
||||
|
||||
nix.package = pkgs.nix;
|
||||
nix.settings = {
|
||||
extra-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="
|
||||
];
|
||||
};
|
||||
|
||||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue