mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fixed systemwide nixconf
This commit is contained in:
parent
b49def46ac
commit
6e756eabae
2 changed files with 5 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue