Skip to content
Snippets Groups Projects
Commit 4d0294d8 authored by Florian Sesser's avatar Florian Sesser
Browse files

Tryfix overriding tahoe.ro-storage.unitConfig.Requires

Without the lib.mkForce() this is a no-op.
parent 999797b4
No related branches found
No related tags found
2 merge requests!425Merge develop into production (Hotfix),!424Tryfix overriding tahoe.ro-storage.unitConfig.Requires
Pipeline #5531 passed
......@@ -130,7 +130,7 @@ in
# Tahoe nixos module brings along a single socket for the web api.
# That's for the other storage node though. Turn off the integration
# with this one.
systemd.services."tahoe.ro-storage".unitConfig.Requires = [];
systemd.services."tahoe.ro-storage".unitConfig.Requires = lib.mkForce [];
services.tahoe.nodes."${storage-node-name}" =
{ package = cfg.tahoe.package;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment