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

27
flake.lock generated
View file

@ -1,27 +0,0 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1749285348,
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -61,9 +61,8 @@
# Systemd Service # Systemd Service
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.etc = { environment."sTodo".etc = {
source = "$src/static"; source = "$src/static";
target = "sTodo/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";