diff --git a/flake.nix b/flake.nix index ec56fdb..a999530 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,15 @@ { description = "NixOS Configuration"; + nixConfig = { + extra-substituters = [ + "https://nix-community.cachix.org/" + ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = {