Disable syncthing for Vanguard

This commit is contained in:
Evie Litherland-Smith 2023-07-30 16:25:03 +01:00
parent e9138af002
commit bd39fd54c4

View file

@ -1,11 +1 @@
{...}: let
user = "xenia";
dataDir = "/home/${user}";
in {
imports = [./sshd ./syncthing];
services.syncthing = {
user = user;
group = "users";
dataDir = dataDir;
};
}
{ ... }: { imports = [ ./sshd ]; }