summaryrefslogtreecommitdiff
path: root/hosts/flora/services/blog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/flora/services/blog.nix')
-rw-r--r--hosts/flora/services/blog.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/flora/services/blog.nix b/hosts/flora/services/blog.nix
deleted file mode 100644
index 056a63b..0000000
--- a/hosts/flora/services/blog.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, lib, pkgs, inputs, ... }:
-
-{
- services.nginx.virtualHosts."stuebinm.eu" = {
- enableACME = true;
- forceSSL = true;
- locations."/".root = (import inputs.blog);
- };
-}