summaryrefslogtreecommitdiff
path: root/website.nix
diff options
context:
space:
mode:
authorJohn Bargman2024-11-30 12:38:55 +0000
committerJohn Bargman2024-11-30 12:38:55 +0000
commit85e3e7d7baa2b59d7c7e9840b5511349adb07909 (patch)
treeae775409a3b866ea02a8757b1efdaa2a6af8f11d /website.nix
parent12ef194cc437f794e512450acb79e38500a426e6 (diff)
downloadcrash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.tar
crash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.tar.gz
crash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.tar.bz2
crash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.tar.lz
crash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.tar.xz
crash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.tar.zst
crash-web-85e3e7d7baa2b59d7c7e9840b5511349adb07909.zip
working configuration
Diffstat (limited to 'website.nix')
-rw-r--r--website.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/website.nix b/website.nix
index 1936574..d36f538 100644
--- a/website.nix
+++ b/website.nix
@@ -1,31 +1,11 @@
{ webroot }: { config, lib, pkgs, ... }:
{
services.nginx.enable = true;
- services.nginx.virtualHosts."crash-over-burn.com" = {
- addSSL = true;
- enableACME = true;
- root = webroot;
- };
- services.nginx.virtualHosts."crash-over-burn.site" = {
- addSSL = true;
- enableACME = true;
- root = webroot;
- };
- services.nginx.virtualHosts."crash-over-burn.online" = {
- addSSL = true;
- enableACME = true;
- root = webroot;
- };
services.nginx.virtualHosts."crashoverburn.com" = {
addSSL = true;
enableACME = true;
root = webroot;
};
- services.nginx.virtualHosts."crashoverburn.site" = {
- addSSL = true;
- enableACME = true;
- root = webroot;
- };
services.nginx.virtualHosts."crashoverburn.online" = {
addSSL = true;
enableACME = true;