updated flake
This commit is contained in:
parent
b8cebf3584
commit
1bd3be3c0f
1 changed files with 7 additions and 7 deletions
|
|
@ -3,8 +3,7 @@ let
|
||||||
url = "https://git.stuce.ch/stuce/sTodo/releases/download/Release1/release1.tar.gz";
|
url = "https://git.stuce.ch/stuce/sTodo/releases/download/Release1/release1.tar.gz";
|
||||||
sha256 = "10jyldwmcs5zyz1k8lp3jscn7nhlvn56g0709l5jp91qimw7xiqz";
|
sha256 = "10jyldwmcs5zyz1k8lp3jscn7nhlvn56g0709l5jp91qimw7xiqz";
|
||||||
};
|
};
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
description = "A flake to install sTodo";
|
description = "A flake to install sTodo";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
@ -68,7 +67,6 @@ in
|
||||||
environment.etc."sTodo" = {
|
environment.etc."sTodo" = {
|
||||||
source = "${tarball}/config";
|
source = "${tarball}/config";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
# environment.etc."sTodo/client_session_key.aes".text = "dasdhadhkjashdajhdkjahdakjsh";
|
# environment.etc."sTodo/client_session_key.aes".text = "dasdhadhkjashdajhdkjahdakjsh";
|
||||||
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";
|
||||||
|
|
@ -88,3 +86,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue