[host_builder] update substituters
we still need to add caches new pub key
This commit is contained in:
@@ -26,10 +26,12 @@ rec {
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
|
"https://cache.malobeo.org"
|
||||||
"https://cache.dynamicdiscord.de"
|
"https://cache.dynamicdiscord.de"
|
||||||
"https://cache.nixos.org/"
|
"https://cache.nixos.org/"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
# TODO: add cache.malobeo.org key after creation
|
||||||
"cache.dynamicdiscord.de:DKueZicqi2NhJJXz9MYgUbiyobMs10fTyHCgAUibRP4="
|
"cache.dynamicdiscord.de:DKueZicqi2NhJJXz9MYgUbiyobMs10fTyHCgAUibRP4="
|
||||||
];
|
];
|
||||||
trusted-users = [ "root" "@wheel" ];
|
trusted-users = [ "root" "@wheel" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user