diff options
Diffstat (limited to 'nix/hosts/corrino/www/nix-cache/nix-cache.emile.space/index.txt')
-rw-r--r-- | nix/hosts/corrino/www/nix-cache/nix-cache.emile.space/index.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space/index.txt b/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space/index.txt new file mode 100644 index 0000000..659f90e --- /dev/null +++ b/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space/index.txt @@ -0,0 +1,20 @@ +Nix Cache by emile + +Public key: + + nix-cache.emile.space:3xzJknXMsR/EL3SBTu6V6oCOkjxe6MgJm0nOrElW33A= + +NixOS Configuration: + + nix.settings = { + substituters = [ + "https://nix-cache.emile.space" + ]; + trusted-public-keys = [ + "nix-cache.emile.space:3xzJknXMsR/EL3SBTu6V6oCOkjxe6MgJm0nOrElW33A=" + ]; + } + +Try: + + nix build --substituters "https://nix-cache.emile.space" --trusted-public-keys "nix-cache.emile.space:3xzJknXMsR/EL3SBTu6V6oCOkjxe6MgJm0nOrElW33A=" "git://git.emile.space/hefe#r2wars-web" |