From 4b5679be9190371141c56ee7875ce47c86fb487f Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 15 Sep 2025 17:06:28 -0500 Subject: hosts/tomato: Enable basic Apache configuration --- hosts/tomato/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts') diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index 0e7d146..d80afa2 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -30,6 +30,11 @@ this.buildMachines = ["pinto"]; + this.apache = { + enable = true; + vhosts = ["local"]; + }; + this.hosts = { lan.home = true; mine = true; -- cgit v1.2.3