From 090241ee1930022f0e865f9f71df842913fe9d00 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 12 Sep 2024 17:53:33 +0200 Subject: [PATCH] init nixwebr.ing --- hosts/chmura/default.nix | 1 + hosts/chmura/nixwebr.ing/default.nix | 9 +++++++++ hosts/chmura/nixwebr.ing/index.html | 10 ++++++++++ 3 files changed, 20 insertions(+) create mode 100644 hosts/chmura/nixwebr.ing/default.nix create mode 100644 hosts/chmura/nixwebr.ing/index.html diff --git a/hosts/chmura/default.nix b/hosts/chmura/default.nix index 89c0034..5f3803b 100644 --- a/hosts/chmura/default.nix +++ b/hosts/chmura/default.nix @@ -1,5 +1,6 @@ _: { imports = [ + ./nixwebr.ing ./services ./trollface.pl ./configuration.nix diff --git a/hosts/chmura/nixwebr.ing/default.nix b/hosts/chmura/nixwebr.ing/default.nix new file mode 100644 index 0000000..7eed47a --- /dev/null +++ b/hosts/chmura/nixwebr.ing/default.nix @@ -0,0 +1,9 @@ +_: { + services.caddy = { + enable = true; + virtualHosts."nixwebr.ing".extraConfig = '' + root * ${./.} + file_server + ''; + }; +} diff --git a/hosts/chmura/nixwebr.ing/index.html b/hosts/chmura/nixwebr.ing/index.html new file mode 100644 index 0000000..4f812f6 --- /dev/null +++ b/hosts/chmura/nixwebr.ing/index.html @@ -0,0 +1,10 @@ + + + + + nix webring + + +

work in progress

+ +