From 117a6c906fdd9c6661f0ad19b2bf1974c76b9a25 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 30 Aug 2020 15:12:37 -0300 Subject: Include euandreh.cachix.org as a public binary cache TO be mainly used by CI runs. --- vps-configuration.env.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vps-configuration.env.nix') diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 82b0ea7..817859d 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -65,6 +65,12 @@ let ${pkgsUnstable.poetry}/bin/poetry run waitress-serve --host localhost --port ${envsubstConfiguration.piresProdPort} --call pires:create_app ''; in { + nix = { + binaryCaches = [ "https://euandreh.cachix.org" ]; + binaryCachePublicKeys = + [ "euandreh.cachix.org-1:ms8eOKJJtb20GJDPCf8Nvob8YI0oF8dREAMdx3XF/90=" ]; + }; + imports = [ ./hardware-configuration.nix ]; boot.loader.grub = { -- cgit v1.2.3