summaryrefslogtreecommitdiff
path: root/Com/Simatime/firefox.nix
blob: 12316fb7aaa09397ee71ecd098a053193cac1ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:

{
  services = {
    firefox.syncserver = {
      enable = true;
      allowNewUsers = true;
      listen.port = 5001;
      publicUri = "http://firefoxsync.simatime.com";
    };
  };
}