move nebula certs
This commit is contained in:
parent
13642fbbab
commit
24b4fa2c8e
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue