add headscale and syncthing

This commit is contained in:
waveringana 2025-07-01 16:58:02 -04:00
parent d90ad7fbc5
commit cfa997a852
9 changed files with 533 additions and 29 deletions

View file

@ -29,6 +29,12 @@
../../host-secrets.nix
];
modules.syncthing = {
enable = true;
openDefaultPorts = true;
disableDefaultFolder = true;
};
# =============================================================================
# SYSTEM CONFIGURATION
# =============================================================================