mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Assign floating ip to backend1
This commit is contained in:
parent
fa9752c4ba
commit
2e7e4e7ec3
4 changed files with 11 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
({
|
||||
networking.hostName = "backend1";
|
||||
networking.domain = "banditlair.com";
|
||||
networking.localCommands = "ip addr add 95.216.177.3/32 dev enp1s0";
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 64738 ];
|
||||
networking.firewall.allowedUDPPorts = [ 64738 ];
|
||||
services.custom-backup-job = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue