add headscale and syncthing
This commit is contained in:
parent
d90ad7fbc5
commit
cfa997a852
9 changed files with 533 additions and 29 deletions
|
|
@ -29,6 +29,12 @@
|
|||
../../host-secrets.nix
|
||||
];
|
||||
|
||||
modules.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
disableDefaultFolder = true;
|
||||
};
|
||||
|
||||
# =============================================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue