modularized syncthing

This commit is contained in:
willifan 2024-12-15 17:45:29 +01:00
parent 272bcb75f4
commit a3ab33a34a
8 changed files with 53 additions and 176 deletions

View file

@ -3,9 +3,16 @@
imports = [
./hardware-configuration.nix
#./disko.nix
./syncthing.nix
../../modules/common
../../modules/desktop
];
common.syncthing = {
enable = true;
devices = {
Anton = { id = "WCDBADD-UPKCACI-X2YJOIO-5QC44PL-DBCR6TS-ADVQV33-HSMF32O-FOKMKAU"; };
};
};
}