diff options
author | Ben Sima <ben@bsima.me> | 2019-05-24 19:18:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-24 19:18:33 -0700 |
commit | dcad336bc4892cd92a6d1e17b0555d0ac1c68d81 (patch) | |
tree | af9d55489f161668d66a7921e5ec2e86545105b9 /depo/nutin-madaj/firefox.nix | |
parent | 15f11a570d495e9c0f36cca748134c42ab0bdd0e (diff) |
add firefox sync
Diffstat (limited to 'depo/nutin-madaj/firefox.nix')
-rw-r--r-- | depo/nutin-madaj/firefox.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/depo/nutin-madaj/firefox.nix b/depo/nutin-madaj/firefox.nix new file mode 100644 index 0000000..12316fb --- /dev/null +++ b/depo/nutin-madaj/firefox.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + services = { + firefox.syncserver = { + enable = true; + allowNewUsers = true; + listen.port = 5001; + publicUri = "http://firefoxsync.simatime.com"; + }; + }; +} |