updated flake
This commit is contained in:
parent
05cfe09e16
commit
3715367605
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
# Systemd Service
|
# Systemd Service
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.etc."sTodo" = {
|
environment.etc."sTodo" = {
|
||||||
source = "$src/static";
|
source = "${src}/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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue