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