Refactore backplane-net to module with hosts
This commit is contained in:
parent
752bed060b
commit
5507106e41
15 changed files with 142 additions and 78 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue