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

@ -6,7 +6,6 @@
{
imports = [
../../defaults/backplane-net
../../defaults/hardware/apu.nix
../../defaults/base
../../defaults/meta
@ -52,6 +51,8 @@
networking.interfaces.enp3s0.useDHCP = true;
networking.tempAddresses = "disabled";
qois.backplane-net.enable = true;
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";