diff --git a/flake.nix b/flake.nix index d3f8919..508ba2e 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ # Systemd Service config = lib.mkIf cfg.enable { environment.etc."sTodo" = { - source = "${tarball}"; + source = "${tarball}/config"; }; environment.systemPackages = [pkgs.openssl];