From 68d7cdcdf195d19b78c846a0a2646802efac9488 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 20 Jan 2026 18:48:22 +0100 Subject: [PATCH] chore(nix): remove extra-substituters and public keys --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 587718e..a89242e 100644 --- a/flake.nix +++ b/flake.nix @@ -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";