fix: seedPath string -> path
This commit is contained in:
parent
8cb57aa723
commit
c91bcb11f8
|
@ -46,7 +46,7 @@ in
|
|||
tls = true;
|
||||
};
|
||||
|
||||
seedPath = "../config/portunus_seeds.json";
|
||||
seedPath = ../config/portunus_seeds.json;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Reference in a new issue