feat: Enable lazy radicle service

This commit is contained in:
ulic-youthlic 2026-01-21 16:37:46 +08:00
parent 07a228e298
commit 25148483a7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -63,6 +63,7 @@ in {
services.radicle.node = {
enable = true;
args = "--log-logger systemd";
lazy.enable = true;
};
systemd.user.services."radicle-node".Service.EnvironmentFile = [config.sops.secrets."radicle/Tytonidae".path];
};