From 0bcabe1c4b1dd74af233674dfa6c6ec3011ce2c0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 18 Jan 2022 09:43:24 +0100 Subject: restructuring directories --- flora/services/blog.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 flora/services/blog.nix (limited to 'flora/services/blog.nix') diff --git a/flora/services/blog.nix b/flora/services/blog.nix new file mode 100644 index 0000000..056a63b --- /dev/null +++ b/flora/services/blog.nix @@ -0,0 +1,9 @@ +{ config, lib, pkgs, inputs, ... }: + +{ + services.nginx.virtualHosts."stuebinm.eu" = { + enableACME = true; + forceSSL = true; + locations."/".root = (import inputs.blog); + }; +} -- cgit v1.2.3