syncthing: remove

shit doesn't work
This commit is contained in:
caem 2025-04-09 00:57:06 +02:00
parent ac80b527dd
commit e1b05e6fa8

View file

@ -4,7 +4,6 @@
environment.persistence."/nix/persist" = {
users."${username}".directories = [
".local/share/org.localsend.localsend_app"
".config/syncthing"
];
};
@ -12,9 +11,4 @@
enable = true;
openFirewall = true;
};
services.syncthing = {
enable = true;
openDefaultPorts = true;
};
}