summaryrefslogtreecommitdiff
path: root/Biz/firefox.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-10-26 17:52:56 -0400
committerBen Sima <ben@bsima.me>2020-10-26 17:52:56 -0400
commit19f5402bec9f6346463b83536cc22d7f4525bc18 (patch)
tree2076903999b67f26e1ada3a8717325710f6b2ee4 /Biz/firefox.nix
parente069bc069f998e3158c826e20f7d94575907ae46 (diff)
Capitalize rest of files
Diffstat (limited to 'Biz/firefox.nix')
-rw-r--r--Biz/firefox.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/Biz/firefox.nix b/Biz/firefox.nix
deleted file mode 100644
index 12316fb..0000000
--- a/Biz/firefox.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ ... }:
-
-{
- services = {
- firefox.syncserver = {
- enable = true;
- allowNewUsers = true;
- listen.port = 5001;
- publicUri = "http://firefoxsync.simatime.com";
- };
- };
-}