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