move nebula certs

This commit is contained in:
jaina heartles 2024-08-07 18:27:29 -07:00
parent 13642fbbab
commit 24b4fa2c8e

View file

@ -5,8 +5,8 @@
services.nebula.networks.home = {
enable = true;
isLighthouse = true;
cert = "/etc/nebula/node.crt";
key = "/etc/nebula/node.key";
ca = "/etc/nebula/ca.crt";
cert = "/var/lib/nebula/node.crt";
key = "/var/lib/nebula/node.key";
ca = "/var/lib/nebula/ca.crt";
};
}