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];