fix(hosts/orion): include cache.nixos.org key
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
This commit is contained in:
parent
05b355c8b9
commit
854d57e006
@ -19,6 +19,7 @@
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
];
|
||||
};
|
||||
gc = {
|
||||
|
@ -16,6 +16,7 @@
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
use-xdg-base-directories = true;
|
||||
|
Loading…
Reference in New Issue
Block a user