Refactore backplane-net to module with hosts
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Fabian Hauser 2024-12-09 16:20:35 +02:00
parent df41008026
commit 9b83ccf8c5
15 changed files with 142 additions and 78 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
../../defaults/backplane-net
../../defaults/base-vm
../../defaults/meta
./applications
@ -31,6 +30,8 @@
networking.useDHCP = false;
networking.interfaces.enp2s0.useDHCP = true;
qois.backplane-net.enable = true;
networking.firewall.allowedTCPPorts = [
80
443