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

@ -79,9 +79,6 @@
virtualisation.docker = {
enable = true;
enableOnBoot = true;
package = pkgs.docker.override {
buildGoModule = pkgs.buildGo123Module;
};
};
# =============================================================================

View file

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