mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
chore: clean up media-laptop
feat: use priority for substituters feat: switch to mpv
This commit is contained in:
parent
f44bbc9857
commit
f8d91c0555
4 changed files with 25 additions and 21 deletions
|
|
@ -10,7 +10,7 @@
|
|||
keep-derivations = false;
|
||||
builders-use-substitutes = true;
|
||||
max-jobs = 0;
|
||||
substituters = [ "https://cache.gerg-l.com" ];
|
||||
substituters = [ "https://cache.gerg-l.com?priority=-1&compression=zstd" ];
|
||||
trusted-public-keys = [ "cache.gerg-l.com:6p1+h6jQnb1MOt3ra3PlQpfgEEF4zRrQWiEuAqcjBj8=" ];
|
||||
};
|
||||
distributedBuilds = true;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nix-community.cachix.org?priority=10"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue