Style edit for `system/nix_lix.nix`

This commit is contained in:
Whovian NTSN 2024-06-25 03:38:36 -04:00
parent fa57a693c7
commit ae3efb9c33
1 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,11 @@
{
nix.settings.extra-substituters = [
nix.settings = {
extra-substituters = [
"https://cache.lix.systems"
];
];
nix.settings.trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
};
}