updated flake

This commit is contained in:
stuce-bot 2025-06-10 10:24:58 +02:00
parent b8cebf3584
commit 1bd3be3c0f

View file

@ -3,8 +3,7 @@ let
url = "https://git.stuce.ch/stuce/sTodo/releases/download/Release1/release1.tar.gz";
sha256 = "10jyldwmcs5zyz1k8lp3jscn7nhlvn56g0709l5jp91qimw7xiqz";
};
in
{
in {
description = "A flake to install sTodo";
inputs = {
@ -68,7 +67,6 @@ in
environment.etc."sTodo" = {
source = "${tarball}/config";
};
};
# environment.etc."sTodo/client_session_key.aes".text = "dasdhadhkjashdajhdkjahdakjsh";
systemd.services.sTodo = {
description = "Launch a sTodo app to have a online todolist";
@ -88,3 +86,5 @@ in
};
};
};
};
}