Refactore backplane-net to module with hosts

This commit is contained in:
Fabian Hauser 2024-12-09 16:20:35 +02:00
parent 752bed060b
commit 408c24559d
15 changed files with 144 additions and 79 deletions

View file

@ -6,8 +6,6 @@ in
{
networking.hostName = meta.hosts.lindberg.hostName;
imports = [ ../../defaults/backplane-net ];
networking.useDHCP = false;
networking.interfaces.enp5s0.useDHCP = true;
@ -74,6 +72,8 @@ in
sshPort = 2222;
};
qois.backplane-net.enable = true;
# Use this node as vpn exit node
qois.backup-client.includePaths = [ "/var/lib/tailscale" ];
services.tailscale = {