mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
nas: Enable syncthing
This commit is contained in:
parent
203b77860f
commit
a9ae1d0cd7
3 changed files with 16 additions and 3 deletions
|
|
@ -20,6 +20,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.dns.enable = true;
|
||||
services = {
|
||||
dns.enable = true;
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
isServer = true;
|
||||
gui.domain = "syncthing.nas.splitleaf.de";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue