syncthing part 1

This commit is contained in:
Aria Nolan 2024-01-22 21:17:53 -05:00
parent a62dae1c26
commit 527a5c58bb

View file

@ -58,6 +58,16 @@
}; };
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
services.syncthing = {
enable = true;
settings.devices = {
bicep = {
id = "6MQCKOZ-DR3J5I5-NW5Y4DG-62Q3HDM-GRVWC6K-3VKXOLO-C7EP63B-IKGQZQO";
autoAcceptFolders = true;
};
};
};
# ------------ Nix ------------ # ------------ Nix ------------
nix.settings = { nix.settings = {