From 9d114cfc773171b0a95bd4d2c39f1bb0eb783c8d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 15:33:13 -0700 Subject: rename everything back to caps to appease ghc --- Com/Simatime/firefox.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Com/Simatime/firefox.nix (limited to 'Com/Simatime/firefox.nix') 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"; + }; + }; +} -- cgit v1.2.3