containers/garnet: remove stray sv and set address to local ip
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-05-28 23:22:19 +10:00
parent 25c8f389e8
commit 58a7650715
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -8,21 +8,13 @@
networking.firewall.allowedTCPPorts = [ 9200 ]; networking.firewall.allowedTCPPorts = [ 9200 ];
networking.firewall.allowedUDPPorts = [ 9200 ]; networking.firewall.allowedUDPPorts = [ 9200 ];
services.slskd = {
enable = true;
domain = null;
environmentFile = "/binds/slskd_env";
settings = {
shares.directories = [ "/binds/music/" ];
};
};
environment.etc."opencloud-admin-pass".text = '' environment.etc."opencloud-admin-pass".text = ''
IDM_ADMIN_PASSWORD=supersillysecure IDM_ADMIN_PASSWORD=supersillysecure
''; '';
services.opencloud = { services.opencloud = {
enable = true; enable = true;
url = "https://cloud.lava.moe"; url = "https://cloud.lava.moe";
address = "127.0.0.1"; address = "10.30.7.2";
port = 9200; port = 9200;
environment = { environment = {
PROXY_TLS = "false"; PROXY_TLS = "false";