This commit is contained in:
2025-08-12 18:46:45 +00:00
parent fd7ad5cf86
commit 874d79f456
10 changed files with 69 additions and 45 deletions

View File

@@ -8,6 +8,9 @@
];
nixpkgs = {
config = {
allowUnfree = true;
};
overlays = let
path = ../../overlays;
in
@@ -47,21 +50,5 @@
tailscale = {
enable = true;
};
syncthing = {
enable = true;
openDefaultPorts = true;
dataDir = "/home/${user}/.local/share/syncthing";
configDir = "/home/${user}/.config/syncthing";
user = "${user}";
group = "users";
guiAddress = "0.0.0.0:8384";
overrideFolders = true;
overrideDevices = true;
settings = {
devices = {};
options.globalAnnounceEnabled = false;
};
};
};
}