diff options
author | EuAndreh <eu@euandre.org> | 2020-08-30 15:12:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-30 15:13:19 -0300 |
commit | 117a6c906fdd9c6661f0ad19b2bf1974c76b9a25 (patch) | |
tree | da2317a93aab7cf6932acae3e85df8c364e16b48 /vps-configuration.env.nix | |
parent | Revert to old snapshot id (diff) | |
download | server-117a6c906fdd9c6661f0ad19b2bf1974c76b9a25.tar.gz server-117a6c906fdd9c6661f0ad19b2bf1974c76b9a25.tar.xz |
Include euandreh.cachix.org as a public binary cache
TO be mainly used by CI runs.
Diffstat (limited to 'vps-configuration.env.nix')
-rw-r--r-- | vps-configuration.env.nix | 6 |
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 = { |