feat(nixos): add nvf cachix substituters and trusted keys
This commit is contained in:
parent
bd8c3d6a3d
commit
81de39561a
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@
|
|||
sops-nix.nixosModules.sops
|
||||
stylix.nixosModules.stylix
|
||||
stable-diffusion-webui-nix.nixosModules.default
|
||||
{
|
||||
nix.settings.substituters = [ "https://nvf.cachix.org" ];
|
||||
nix.settings.trusted-public-keys = [
|
||||
"nvf.cachix.org-1:GMQWiUhZ6ux9D5CvFFMwnc2nFrUHTeGaXRlVBXo+naI="
|
||||
];
|
||||
}
|
||||
];
|
||||
homes.modules = with inputs; [
|
||||
impermanence.homeManagerModules.impermanence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue