chore(nix): remove extra-substituters and public keys

This commit is contained in:
Harald Hoyer 2026-01-20 18:48:22 +01:00
parent 354a0a3494
commit 68d7cdcdf1
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -1,11 +1,6 @@
{
description = "teepot";
nixConfig = {
extra-substituters = [ "https://static.188.92.12.49.clients.your-server.de/tee-pot" ];
extra-trusted-public-keys = [ "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ];
};
inputs = {
nixpkgs-25-05.url = "github:nixos/nixpkgs/nixos-25.05";
nixsgx-flake.url = "github:matter-labs/nixsgx";