ghost: minor update

This commit is contained in:
Leonardo Eugênio 2023-10-17 11:01:18 -03:00
parent eb3eca98c4
commit 32b1771867

View file

@ -9,12 +9,6 @@
# Use more aggressive compression then the default.
virtualisation.digitalOceanImage.compressionMethod = "bzip2";
# Headless - don't start a tty on the serial consoles.
systemd.services."serial-getty@ttyS0".enable = false;
systemd.services."serial-getty@hvc0".enable = false;
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@".enable = false;
# Enable networking
networking.networkmanager.enable = true;
@ -86,6 +80,10 @@
host = "blog.lelgenio.xyz";
admin.name = "lelgenio";
admin.initialPasswordFile = config.age.secrets.ghost-writefreely.path;
settings.app = {
site_name = "Leo's blog";
single_user = true;
};
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {