missing semicolons
This commit is contained in:
parent
053f8509bd
commit
771edcced6
2 changed files with 4 additions and 4 deletions
|
@ -1118,12 +1118,12 @@ Dalinar's config is of course server oriented.
|
|||
services.bitcoind = {
|
||||
enable = true;
|
||||
listen = true;
|
||||
dataDir = "/storage/bitcoind"
|
||||
dataDir = "/storage/bitcoind";
|
||||
};
|
||||
|
||||
services.clightning = {
|
||||
enable = true;
|
||||
dataDir = "/storage/clightning"
|
||||
dataDir = "/storage/clightning";
|
||||
};
|
||||
|
||||
services.rtl = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue