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