treewide: add syncthing

This commit is contained in:
Anthony Rodriguez 2024-12-01 12:21:50 +01:00
parent 95120530bd
commit a1a1258214
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
_: {
services.syncthing = {
enable = true;
};
}

View file

@ -41,6 +41,7 @@ in {
"${home}/programs/swayidle.nix"
"${home}/terminal/emulators/foot.nix"
"${home}/services/syncthing.nix"
];
extraSpecialArgs = specialArgs;
};

View file

@ -43,6 +43,8 @@ in {
"${home}/programs/swayidle.nix"
"${home}/terminal/emulators/foot.nix"
"${home}/services/syncthing.nix"
];
extraSpecialArgs = specialArgs;
};