1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add default localhost page

This commit is contained in:
Stefan Ellmauthaler 2022-08-01 17:43:42 +02:00
parent feed8f43f5
commit 4bce59f602
Failed to extract signature

View File

@ -11,6 +11,7 @@ with lib;{
addSSL = false; addSSL = false;
enableACME = false; enableACME = false;
root = "/var/www/localhost"; root = "/var/www/localhost";
default = true;
}; };
}; };
} }