diff options
author | Leonardo Santiago <[email protected]> | 2024-03-14 16:02:18 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-03-14 16:02:18 -0300 |
commit | 1ff39bc2cff34cb4aef22785d0d70bbc90efa3f5 (patch) | |
tree | 911d6570ccb3918f2839ef87dd633c91ed346874 /modules/s3nixcache-mixrank.nix |
first commit
Diffstat (limited to 'modules/s3nixcache-mixrank.nix')
-rw-r--r-- | modules/s3nixcache-mixrank.nix | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} |