fixed systemwide nixconf

This commit is contained in:
Primrose 2024-07-24 23:08:38 +02:00
parent b49def46ac
commit 6e756eabae
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 5 additions and 11 deletions

View file

@ -12,15 +12,15 @@
-> keys for everything
*/
substituters = [
extra-substituters = [
"https://nix-community.cachix.org"
"https://leana8959.cachix.org"
];
trusted-substituters = [
extra-trusted-substituters = [
"https://nix-community.cachix.org"
"https://leana8959.cachix.org"
];
trusted-public-keys = [
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"leana8959.cachix.org-1:CxQSAp8lcgMv8Me459of0jdXRW2tcyeYRKTiiUq8z0M="
];
@ -30,5 +30,6 @@
"flakes"
];
allow-import-from-derivation = "true";
sandbox = true;
};
}