fixed missing ;
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
};
|
};
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
guiAddress = "0.0.0.0:8384"
|
guiAddress = "0.0.0.0:8384";
|
||||||
};
|
};
|
||||||
programs.ranger = {
|
programs.ranger = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user