From 1ff39bc2cff34cb4aef22785d0d70bbc90efa3f5 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Thu, 14 Mar 2024 16:02:18 -0300 Subject: first commit --- modules/s3nixcache-mixrank.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/s3nixcache-mixrank.nix (limited to 'modules/s3nixcache-mixrank.nix') diff --git a/modules/s3nixcache-mixrank.nix b/modules/s3nixcache-mixrank.nix new file mode 100644 index 0000000..0e80bdd --- /dev/null +++ b/modules/s3nixcache-mixrank.nix @@ -0,0 +1,13 @@ +{ + nix = { + settings = { + substituters = [ + "s3://mr-nixcache-icenyeamyubu?profile=mixrank" + ]; + trusted-public-keys = [ + "mr-nixcache-icenyeamyubu:q2ulb+bD5NCbp9nvvHod39/1qNqnYX0ACb8eQckb7pI=" + ]; + }; + }; + networking.extraHosts = builtins.readFile /var/hosts.mixrank; +} -- cgit v1.2.3