nixos-config/2configs/sync/share/x.nix
2024-03-23 15:45:35 +01:00

11 lines
219 B
Nix

{
services.syncthing.user = "makefu";
services.syncthing.settings.folders = {
manga = {
path = "/home/makefu/manga/live";
id = "makefu-manga";
devices = [ "gum" "makefu-ebook" ];
};
};
}