ssl for all

This commit is contained in:
TheWanderingCrow 2025-02-02 17:25:38 -05:00
parent 49c0239b48
commit f871f979a1
4 changed files with 11 additions and 0 deletions

View file

@ -33,5 +33,9 @@ in
hostname = "bookstack.wanderingcrow.net";
database.createLocally = true;
appKeyFile = config.sops.secrets."bookstack/key".path;
nginx = {
forceSSL = true;
useACMEHost = "bookstack.wanderingcrow.net";
};
};
}