mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
trusted
This commit is contained in:
parent
c25c2ac361
commit
af17d76bd9
1 changed files with 2 additions and 2 deletions
|
|
@ -42,13 +42,13 @@
|
|||
in
|
||||
{
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
substituters = [
|
||||
"https://cache.nixos.org/"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://cache.flox.dev"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue