Update config and create outline for firefox syncserver

This commit is contained in:
thiloho
2023-08-17 20:55:43 +02:00
parent 7cf2b72134
commit 99cac191d8
2 changed files with 22 additions and 9 deletions

View File

@@ -74,6 +74,19 @@
};
autoUpdateApps.enable = true;
};
# mysql.package = pkgs.mariadb;
# firefox-syncserver = {
# enable = true;
# database.createLocally = true;
# secrets = "/var/run/firefox-syncserver-secrets.txt";
# singleNode = {
# enable = true;
# enableNginx = true;
# enableTLS = true;
# hostname = "fsync.thilohohlt.com";
# url = "https://ffsync.thilohohlt.com";
# };
# };
};
security = {