caches/personal: set higher priority
This commit is contained in:
parent
9936959f19
commit
5ac1bf5351
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = lib.flatten [
|
||||
(lib.optional (config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home) "ssh://infini-desktop")
|
||||
"https://hydra.inx.moe"
|
||||
(lib.optional (config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home) "ssh://infini-desktop?priority=9")
|
||||
"https://hydra.inx.moe?priority=10"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"infinidoge-1:uw2A6JHHdGJ9GPk0NEDnrdfVkPp0CUY3zIvwVgNlrSk="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue