mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
fairphone: Fix nebula certificate path
This commit is contained in:
parent
b76aab2cfe
commit
1a78e2b1f0
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
nebula = {
|
nebula = {
|
||||||
publicKeyFile = ./keys/nebula.pub;
|
publicKeyFile = toString ./keys/nebula.pub;
|
||||||
certificateFile = ./keys/nebula.crt;
|
certificateFile = toString ./keys/nebula.crt;
|
||||||
};
|
};
|
||||||
|
|
||||||
syncthing = {
|
syncthing = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue