global/caches: refactor and add hydra.inx.moe
This commit is contained in:
parent
6b045b1737
commit
ed90ffd072
4 changed files with 16 additions and 23 deletions
12
modules/global/caches/personal.nix
Normal file
12
modules/global/caches/personal.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = lib.flatten [
|
||||
(lib.optional (config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home) "ssh://infini-desktop")
|
||||
"https://hydra.inx.moe"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"infinidoge-1:uw2A6JHHdGJ9GPk0NEDnrdfVkPp0CUY3zIvwVgNlrSk="
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue