chore: remove teepot
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
d5f4c3035e
commit
a0c019640b
2 changed files with 1 additions and 5 deletions
|
@ -12,11 +12,9 @@
|
|||
nix.settings = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://attic.teepot.org/tee-pot"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg="
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -60,9 +60,7 @@ in
|
|||
"root"
|
||||
config.metacfg.user.name
|
||||
] ++ optional config.services.hydra.enable "hydra";
|
||||
extra-substituters = cfg.extra-substituters // {
|
||||
"https://attic.teepot.org/tee-pot".key = "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=";
|
||||
};
|
||||
extra-substituters = cfg.extra-substituters;
|
||||
in
|
||||
{
|
||||
package = cfg.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue