Re-organise hetznix configuration

This commit is contained in:
Oliver Davies 2025-01-05 14:00:48 +00:00
parent 8dd338d8d5
commit 2a331f5af1
19 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,20 @@
{
services.caddy.enable = true;
imports = [
./vhosts/2020.oliverdavies.uk.nix
./vhosts/bootstrap-with-tailwind.oliverdavies.uk.nix
./vhosts/florida-drupalcamp-tailwind-css.oliverdavies.uk.nix
./vhosts/luke.oliverdavies.uk.nix
./vhosts/phpsw-sculpin-demo.oliverdavies.uk.nix
./vhosts/rebuilding-acquia.oliverdavies.uk.nix
./vhosts/rebuilding-bartik.oliverdavies.uk.nix
./vhosts/rebuilding-bristol-js.oliverdavies.uk.nix
./vhosts/rebuilding-symfony.oliverdavies.uk.nix
./vhosts/tailwindcss-demo.oliverdavies.uk.nix
./vhosts/talking-drupal-tailwindcss.oliverdavies.uk.nix
./vhosts/wp-tailwind.oliverdavies.uk.nix
./vhosts/www.oliverdavies.uk.nix
./vhosts/zet.oliverdavies.uk.nix
];
}