fixed website not automatically coming online after reboot

This commit is contained in:
baritone 2025-03-30 22:10:42 +02:00
parent 22aa9a9ae6
commit be4069c234

View file

@ -22,9 +22,10 @@ in {
inherit uid;
};
systemd.services."run-website" = {
systemd.services."website" = {
description = "Service for running my website";
wants = ["network-online.target"];
after = ["network-online.target"];
wantedBy = ["multi-user.target"];
preStart = ''