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