feat: Disable lazy start for radicle
This commit is contained in:
parent
09111d0ee4
commit
476aea0541
1 changed files with 4 additions and 2 deletions
|
|
@ -63,8 +63,10 @@ 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];
|
||||
systemd.user.services."radicle-node" = {
|
||||
Unit.After = ["default.target"];
|
||||
Service.EnvironmentFile = [config.sops.secrets."radicle/Tytonidae".path];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue