updated flake

This commit is contained in:
stuce-bot 2025-06-10 08:53:44 +02:00
parent 05cfe09e16
commit 3715367605

View file

@ -62,7 +62,7 @@
# Systemd Service # Systemd Service
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.etc."sTodo" = { environment.etc."sTodo" = {
source = "$src/static"; source = "${src}/static";
}; };
systemd.services.sTodo = { systemd.services.sTodo = {
description = "Launch a sTodo app to have a online todolist"; description = "Launch a sTodo app to have a online todolist";