remoteClient change to extra-*
This commit is contained in:
parent
b4892083e8
commit
55b518345b
@ -16,13 +16,13 @@
|
|||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
} ];
|
} ];
|
||||||
settings = {
|
settings = {
|
||||||
trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
#"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
|
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
|
||||||
];
|
];
|
||||||
substituters = [
|
extra-substituters = [
|
||||||
"https://cache.nixos.org"
|
#"https://cache.nixos.org"
|
||||||
#"ssh-ng://nixremote@hades.home.opel-online.de"
|
"ssh-ng://nixremote@hades.home.opel-online.de"
|
||||||
];
|
];
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"kabbone"
|
"kabbone"
|
||||||
|
Loading…
Reference in New Issue
Block a user