mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/syncserver: Removal
This commit is contained in:
parent
c761c3f6c6
commit
0f9db3b2be
2 changed files with 0 additions and 24 deletions
|
|
@ -8,8 +8,6 @@ let
|
||||||
"browser.download.lastDir" = "/home/kat/downloads";
|
"browser.download.lastDir" = "/home/kat/downloads";
|
||||||
"browser.urlbar.placeholderName" = "DuckDuckGo";
|
"browser.urlbar.placeholderName" = "DuckDuckGo";
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"identity.sync.tokenserver.uri" =
|
|
||||||
"https://sync.kittywit.ch/token/1.0/sync/1.5";
|
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh.shellAliases = {
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.firefox.syncserver = {
|
|
||||||
enable = true;
|
|
||||||
listen.port = 5001;
|
|
||||||
allowNewUsers = false;
|
|
||||||
publicUrl = "https://sync.kittywit.ch";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx.virtualHosts."sync.kittywit.ch" = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations = { "/".proxyPass = "http://127.0.0.1:5001"; };
|
|
||||||
};
|
|
||||||
|
|
||||||
deploy.tf.dns.records.kittywitch_sync = {
|
|
||||||
tld = "kittywit.ch.";
|
|
||||||
domain = "sync";
|
|
||||||
cname.target = "athame.kittywit.ch.";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue