chore: remove teepot

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2025-07-31 13:28:45 +02:00
parent d5f4c3035e
commit a0c019640b
2 changed files with 1 additions and 5 deletions

View file

@ -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="
];
};