diff options
Diffstat (limited to 'com/simatime/firefox.nix')
-rw-r--r-- | com/simatime/firefox.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/com/simatime/firefox.nix b/com/simatime/firefox.nix new file mode 100644 index 0000000..12316fb --- /dev/null +++ b/com/simatime/firefox.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + services = { + firefox.syncserver = { + enable = true; + allowNewUsers = true; + listen.port = 5001; + publicUri = "http://firefoxsync.simatime.com"; + }; + }; +} |