migrate blog to github pages (no longer selfhosted)
This commit is contained in:
parent
568180c074
commit
82f2fceea4
|
@ -1,18 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Webserver
|
||||
services.httpd = {
|
||||
enable = true;
|
||||
adminAddr = "its.jassy@pm.me";
|
||||
virtualHosts."sajenim.dev" = {
|
||||
documentRoot = "/var/www/sajenim.dev";
|
||||
listen = [{
|
||||
ip = "192.168.1.102";
|
||||
port = 5624;
|
||||
ssl = false;
|
||||
}];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in a new issue