mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
plut cache
This commit is contained in:
parent
eb28936d71
commit
40e52a2bd0
1 changed files with 2 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
nix.binaryCachePublicKeys = [
|
nix.binaryCachePublicKeys = [
|
||||||
"ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI="
|
"ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI="
|
||||||
|
"plutonomicon-pluto.cachix.org-1:ofa/XYzqimDRF96ACKnV7LPiRsz+h4bkHy/a4fbOK04="
|
||||||
];
|
];
|
||||||
nix.binaryCaches = [
|
nix.binaryCaches = [
|
||||||
"ssh://nix-ssh@ci.ardana.platonic.systems"
|
"ssh://nix-ssh@ci.ardana.platonic.systems"
|
||||||
|
"https://plutonomicon-pluto.cachix.org"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue