2025-02-24 17:26:11 +01:00
|
|
|
{
|
|
|
|
nix = {
|
|
|
|
settings = {
|
|
|
|
substituters = [
|
|
|
|
"https://cache.lix.systems"
|
|
|
|
];
|
|
|
|
trusted-public-keys = [
|
2025-03-04 17:26:17 +01:00
|
|
|
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
2025-02-24 17:26:11 +01:00
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|