mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59: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 = {
|
||||
nebula = {
|
||||
publicKeyFile = ./keys/nebula.pub;
|
||||
certificateFile = ./keys/nebula.crt;
|
||||
publicKeyFile = toString ./keys/nebula.pub;
|
||||
certificateFile = toString ./keys/nebula.crt;
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue