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

Merge branch 'fix-tahoe-ro-socket' into 'develop'

Tryfix overriding tahoe.ro-storage.unitConfig.Requires

See merge request !424
parents 999797b4 4d0294d8
No related branches found
No related tags found
2 merge requests!425Merge develop into production (Hotfix),!424Tryfix overriding tahoe.ro-storage.unitConfig.Requires
Pipeline #5567 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.
Please register or to comment