diff --git a/flake.nix b/flake.nix index 57ef11c..2944070 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,11 @@ { + nixConfig.extra-substituters = [ + "https://nix-community.cachix.org" + ]; + nixConfig.extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + description = "Lanzaboote: Secure Boot for NixOS"; inputs = {