fix: port
This commit is contained in:
parent
aedada7df8
commit
5b7a38e764
2 changed files with 7 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ in {
|
||||||
PermitRootLogin = "yes";
|
PermitRootLogin = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.logind.lidSwitchExternalPower = "ignore";
|
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
||||||
systemd.sleep.extraConfig = ''
|
systemd.sleep.extraConfig = ''
|
||||||
AllowSuspend=no
|
AllowSuspend=no
|
||||||
AllowHibernation=no
|
AllowHibernation=no
|
||||||
|
|
@ -279,10 +279,13 @@ in {
|
||||||
}
|
}
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."jellyseer.saberofxebec".extraConfig = ''
|
virtualHosts."jellyseer.saberofxebec" = {
|
||||||
|
extraConfig = ''
|
||||||
reverse_proxy :5055
|
reverse_proxy :5055
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
|
serverAliases = [ "jellyseerr.saberofxebec" ];
|
||||||
|
};
|
||||||
virtualHosts."homarr.saberofxebec".extraConfig = ''
|
virtualHosts."homarr.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :7575
|
reverse_proxy :7575
|
||||||
tls internal
|
tls internal
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."homebridge.saberofxebec".extraConfig = ''
|
virtualHosts."homebridge.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :5353
|
reverse_proxy :8581
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue