diff options
author | Leonardo Santiago <[email protected]> | 2024-05-01 19:10:40 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-01 19:10:40 -0300 |
commit | a2d8f693fb9556c7e9cf7ba954ad5688aceb9cf5 (patch) | |
tree | 621f1bfcc9267b51b44cf23d01dc3077a2ae3c97 /modules/s3nixcache-mixrank.nix | |
parent | 00d580e47de5c9d1d1ada4d51ddda34876706a28 (diff) |
use mixrank as gitlab input
Diffstat (limited to 'modules/s3nixcache-mixrank.nix')
-rw-r--r-- | modules/s3nixcache-mixrank.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/s3nixcache-mixrank.nix b/modules/s3nixcache-mixrank.nix deleted file mode 100644 index 0e80bdd..0000000 --- a/modules/s3nixcache-mixrank.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ - 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; -} |