chore: remove loose file

This commit is contained in:
Price Hiller 2022-08-29 16:56:48 -05:00
parent 54a8184224
commit d83e02509c

View File

@ -1,15 +0,0 @@
{ config, pkgs, ... }:
{
services = {
httpd = {
enable = true;
adminAddr = "alice@example.org";
virtualHosts = {
localhost = {
documentRoot = "/webroot";
};
};
};
};
}