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