summaryrefslogtreecommitdiff
path: root/Biz/firefox.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-15 09:54:10 -0700
committerBen Sima <ben@bsima.me>2020-04-15 10:06:56 -0700
commitf4b8c0df041b063c0b47d2ec6c818a9c202fd833 (patch)
tree01ad246a83fda29c079847b3397ca6509a7f6106 /Biz/firefox.nix
parent6ed475ca94209ce92e75f48764cb9d361029ea26 (diff)
Re-namespacing
Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much.
Diffstat (limited to 'Biz/firefox.nix')
-rw-r--r--Biz/firefox.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/Biz/firefox.nix b/Biz/firefox.nix
new file mode 100644
index 0000000..12316fb
--- /dev/null
+++ b/Biz/firefox.nix
@@ -0,0 +1,12 @@
+{ ... }:
+
+{
+ services = {
+ firefox.syncserver = {
+ enable = true;
+ allowNewUsers = true;
+ listen.port = 5001;
+ publicUri = "http://firefoxsync.simatime.com";
+ };
+ };
+}