12 lines
150 B
Nix
12 lines
150 B
Nix
|
{
|
||
|
nix = {
|
||
|
settings = {
|
||
|
substituters = [
|
||
|
"https://cache.lix.systems"
|
||
|
];
|
||
|
trusted-public-keys = [
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|