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 = {