aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-30 15:12:37 -0300
committerEuAndreh <eu@euandre.org>2020-08-30 15:13:19 -0300
commit117a6c906fdd9c6661f0ad19b2bf1974c76b9a25 (patch)
treeda2317a93aab7cf6932acae3e85df8c364e16b48
parentRevert to old snapshot id (diff)
downloadserver-117a6c906fdd9c6661f0ad19b2bf1974c76b9a25.tar.gz
server-117a6c906fdd9c6661f0ad19b2bf1974c76b9a25.tar.xz
Include euandreh.cachix.org as a public binary cache
TO be mainly used by CI runs.
-rw-r--r--vps-configuration.env.nix6
1 files changed, 6 insertions, 0 deletions
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 = {