blob: 0e80bdd24a64a3566c0d1036839430b37b0e741e (
plain) (
tree)
|
|
{
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;
}
|