feat(syncthing): adding syncthing host to sobotka
This commit is contained in:
@@ -9,7 +9,9 @@ let
|
||||
in
|
||||
{
|
||||
options = {
|
||||
home.services.syncthing.enable = mkEnableOption "Enables syncthing";
|
||||
home.services.syncthing = {
|
||||
enable = mkEnableOption "Enables syncthing";
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
services.syncthing = {
|
||||
|
||||
Reference in New Issue
Block a user