diff --git a/flake.nix b/flake.nix index 0eebf34..6d291a6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,10 @@ { description = "Private Void system configurations"; - nixConfig.allow-import-from-derivation = true; + nixConfig = { + allow-import-from-derivation = true; + extra-substituters = "https://cache.privatevoid.net"; + extra-trusted-public-keys = "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg="; + }; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small";