From 05cfe09e165ccfbfd23b390f1da22111ce7ca14a Mon Sep 17 00:00:00 2001 From: stuce-bot Date: Tue, 10 Jun 2025 08:51:23 +0200 Subject: [PATCH] updated flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 04db7c0..17198a6 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ # Systemd Service config = lib.mkIf cfg.enable { - environment.etc."sTodo".etc = { + environment.etc."sTodo" = { source = "$src/static"; }; systemd.services.sTodo = {