From f65eb94d18b16670a5a6f1fcf1fe029ffe8265b6 Mon Sep 17 00:00:00 2001 From: stuce-bot Date: Tue, 10 Jun 2025 10:57:11 +0200 Subject: [PATCH] flake updated --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 05c1d08..d3f8919 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ # Systemd Service config = lib.mkIf cfg.enable { environment.etc."sTodo" = { - source = "${tarball.out}/config"; + source = "${tarball}"; }; environment.systemPackages = [pkgs.openssl];