containers/fluorite: config proxy
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:39:11 +10:00
parent cb34055830
commit 789f9b9cd3
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,11 @@
environmentFile = "/binds/slskd_env";
settings = {
shares.directories = [ "/binds/music/" ];
connection.proxy = {
enabled = true;
address = "localhost";
port = "1055";
};
};
};
}

Binary file not shown.