Corrected key path and added secrets
This commit is contained in:
parent
4a7fba8b6a
commit
aebf5eaa76
|
@ -9,7 +9,7 @@ in
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
#../secrets/cardano-node.nix
|
../secrets/cardano.nix
|
||||||
(sources.cardano-node + "/nix/nixos")
|
(sources.cardano-node + "/nix/nixos")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -41,9 +41,9 @@ in
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
kesKey = "/var/lib/keys/cardano-kes";
|
kesKey = "/run/keys/cardano-kes";
|
||||||
vrfKey = "/var/lib/keys/cardano-vrf";
|
vrfKey = "/run/keys/cardano-vrf";
|
||||||
operationalCertificate = "/var/lib/keys/cardano-opcert";
|
operationalCertificate = "/run/keys/cardano-opcert";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue