Start rclone.service automatically

This commit is contained in:
Manuel Thalmann 2024-05-16 18:17:50 +02:00
parent c5cb29aa59
commit 4fd042e2bf

View file

@ -425,6 +425,12 @@ in {
in
(lib.getExe script);
};
Install = {
WantedBy = [
"default.target"
];
};
};
} // (
lib.attrsets.concatMapAttrs