catarina: disable jellyfin
This commit is contained in:
parent
46a546d9dd
commit
229e3d4017
@ -155,14 +155,14 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = false;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.spoofdpi.enable = true;
|
services.spoofdpi.enable = true;
|
||||||
|
|
||||||
services.qbittorrent-nox = {
|
services.qbittorrent-nox = {
|
||||||
enable = true;
|
enable = false;
|
||||||
webuiPort = 8085;
|
webuiPort = 8085;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
@ -123,7 +123,6 @@
|
|||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
# dhcpcd.enable = false;
|
|
||||||
hostName = "catarina";
|
hostName = "catarina";
|
||||||
extraHosts = '''';
|
extraHosts = '''';
|
||||||
|
|
||||||
@ -132,16 +131,13 @@
|
|||||||
allowedTCPPorts = [ 80 443 3001 25600 8080 8085 ];
|
allowedTCPPorts = [ 80 443 3001 25600 8080 8085 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# interfaces.enp9s0.ipv4.addresses = [ {
|
interfaces.wlp8s0 = {
|
||||||
# address = "192.168.156.102";
|
useDHCP = false;
|
||||||
# prefixLength = 24;
|
ipv4.addresses = [ {
|
||||||
# } ];
|
|
||||||
|
|
||||||
interfaces.wlp8s0.ipv4.addresses = [ {
|
|
||||||
address = "192.168.156.102";
|
address = "192.168.156.102";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
} ];
|
} ];
|
||||||
interfaces.wlp8s0.useDHCP = false;
|
};
|
||||||
|
|
||||||
defaultGateway = {
|
defaultGateway = {
|
||||||
address = "192.168.156.1";
|
address = "192.168.156.1";
|
||||||
@ -149,7 +145,6 @@
|
|||||||
metric = null;
|
metric = null;
|
||||||
};
|
};
|
||||||
nameservers = [ "192.168.156.1" "8.8.8.8" ];
|
nameservers = [ "192.168.156.1" "8.8.8.8" ];
|
||||||
# networkmanager.insertNameservers = config.networking.nameservers;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
|
@ -198,6 +198,7 @@ in {
|
|||||||
"rcon.port" = 25600;
|
"rcon.port" = 25600;
|
||||||
white-list = false;
|
white-list = false;
|
||||||
};
|
};
|
||||||
|
jvmOpts = "-Xms512M -Xmx2048M";
|
||||||
rconPasswordFile = config.sops.secrets."papermc/rcon".path;
|
rconPasswordFile = config.sops.secrets."papermc/rcon".path;
|
||||||
whitelist = whitelist;
|
whitelist = whitelist;
|
||||||
ops = operators;
|
ops = operators;
|
||||||
@ -213,8 +214,7 @@ in {
|
|||||||
ln -sf ${config.bonfire.configDir}/goodomens/plugins/squaremap/advanced.yml plugins/squaremap/
|
ln -sf ${config.bonfire.configDir}/goodomens/plugins/squaremap/advanced.yml plugins/squaremap/
|
||||||
ln -sf ${config.bonfire.configDir}/goodomens/plugins/squaremap/advanced.yml plugins/squaremap/
|
ln -sf ${config.bonfire.configDir}/goodomens/plugins/squaremap/advanced.yml plugins/squaremap/
|
||||||
ln -sf ${config.bonfire.configDir}/goodomens/site/map/index.html plugins/squaremap/web/
|
ln -sf ${config.bonfire.configDir}/goodomens/site/map/index.html plugins/squaremap/web/
|
||||||
''
|
'';
|
||||||
;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."mc.elnafo.ru" = {
|
services.nginx.virtualHosts."mc.elnafo.ru" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user