Corrected key path and added secrets

This commit is contained in:
Craige McWhirter 2020-05-14 18:17:45 +10:00
parent 4a7fba8b6a
commit aebf5eaa76
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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";
};
};