updated flake

This commit is contained in:
stuce-bot 2025-06-10 08:47:47 +02:00
parent 57d862183d
commit 0952b28e6b
2 changed files with 1 additions and 29 deletions

View file

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