mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add syncthing
This commit is contained in:
@@ -18,6 +18,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
syncthing = {
|
||||||
|
enable = true;
|
||||||
|
user = "thiloho";
|
||||||
|
overrideFolders = true;
|
||||||
|
configDir = "/home/thiloho/.config/syncthing";
|
||||||
|
dataDir = "/home/thiloho";
|
||||||
|
openDefaultPorts = true;
|
||||||
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.postgresql_15;
|
package = pkgs.postgresql_15;
|
||||||
|
|||||||
Reference in New Issue
Block a user