Assign floating ip to backend1

This commit is contained in:
Paul-Henri Froidmont 2021-07-24 03:02:54 +02:00
parent fa9752c4ba
commit 2e7e4e7ec3
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 11 additions and 0 deletions

View file

@ -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 = {