mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Migrate website-marie to hcloud
This commit is contained in:
parent
2380553132
commit
8c6f7aef49
3 changed files with 19 additions and 0 deletions
8
modules/website-marie.nix
Normal file
8
modules/website-marie.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts."osteopathie.froidmont.org" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/nix/var/data/website-marie";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue