syncthing part 1
This commit is contained in:
parent
a62dae1c26
commit
527a5c58bb
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue