chore: remove loose file
This commit is contained in:
parent
54a8184224
commit
d83e02509c
@ -1,15 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services = {
|
|
||||||
httpd = {
|
|
||||||
enable = true;
|
|
||||||
adminAddr = "alice@example.org";
|
|
||||||
virtualHosts = {
|
|
||||||
localhost = {
|
|
||||||
documentRoot = "/webroot";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user