diff options
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; |