aboutsummaryrefslogtreecommitdiff
path: root/nix-personal/profiles/landing
diff options
context:
space:
mode:
Diffstat (limited to 'nix-personal/profiles/landing')
-rw-r--r--nix-personal/profiles/landing/default.nix7
-rw-r--r--nix-personal/profiles/landing/html/index.html5
2 files changed, 0 insertions, 12 deletions
diff --git a/nix-personal/profiles/landing/default.nix b/nix-personal/profiles/landing/default.nix
deleted file mode 100644
index 83fc770..0000000
--- a/nix-personal/profiles/landing/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{...}: {
- imports = [../nginx.nix];
- services.nginx.virtualHosts."girlth.ing" = {
- default = true;
- root = ./.;
- };
-}
diff --git a/nix-personal/profiles/landing/html/index.html b/nix-personal/profiles/landing/html/index.html
deleted file mode 100644
index 5d5f6be..0000000
--- a/nix-personal/profiles/landing/html/index.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
- <body>
- <h1>It works!</h1>
- </body>
-</html>