Style edit for system/nix_lix.nix
This commit is contained in:
parent
fa57a693c7
commit
ae3efb9c33
1 changed files with 7 additions and 5 deletions
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
nix.settings.extra-substituters = [
|
nix.settings = {
|
||||||
|
extra-substituters = [
|
||||||
"https://cache.lix.systems"
|
"https://cache.lix.systems"
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue