diff --git a/flake.nix b/flake.nix index e845400..04db7c0 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ # Systemd Service config = lib.mkIf cfg.enable { - environment."sTodo".etc = { + environment.etc."sTodo".etc = { source = "$src/static"; }; systemd.services.sTodo = {