containers/fluorite: use set flag for exit node
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 00:17:02 +10:00
parent 59bbe127d6
commit 30d3063c9b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -22,7 +22,7 @@
openFirewall = true;
interfaceName = "userspace-networking";
extraDaemonFlags = [ "--socks5-server=localhost:1055" ];
extraUpFlags = [ "--exit-node=dandelion" ];
extraSetFlags = [ "--exit-node=100.67.1.1" ];
};
services.slskd = {