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
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
25c8f389e8
commit
58a7650715
1 changed files with 1 additions and 9 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue