radicle: update renamed option
This commit is contained in:
parent
a63b3080c9
commit
8fe5050d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
services.radicle = {
|
services.radicle = {
|
||||||
enable = true;
|
enable = true;
|
||||||
privateKeyFile = config.clan.core.vars.generators.radicle.files."id_ed25519".path;
|
privateKey = config.clan.core.vars.generators.radicle.files."id_ed25519".path;
|
||||||
publicKey = config.clan.core.vars.generators.radicle.files."id_ed25519.pub".value;
|
publicKey = config.clan.core.vars.generators.radicle.files."id_ed25519.pub".value;
|
||||||
node = {
|
node = {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue