diff --git a/machines/orbi/hardware-configuration/default.nix b/machines/orbi/hardware-configuration/default.nix index d71ac9f..7460101 100644 --- a/machines/orbi/hardware-configuration/default.nix +++ b/machines/orbi/hardware-configuration/default.nix @@ -32,6 +32,7 @@ in imports = [ ./disko-config.nix ./hardware-configuration.nix + ./hetzner.nix ]; services.smartd.enable = true; @@ -56,8 +57,8 @@ in clan.core.facts.services.zfs = factsGenerator.zfs { }; networking.hostId = config.clan.core.facts.services.zfs.public."zfs.hostId".value; - systemd.network.networks."10-uplink".networkConfig.Address = ipv6.address; - boot.initrd.systemd.network.networks."10-uplink" = config.systemd.network.networks."10-uplink"; + systemd.network.networks."10-hetzner".networkConfig.Address = ipv6.address; + boot.initrd.systemd.network.networks."10-hetzner" = config.systemd.network.networks."10-hetzner"; # todo: use ssh component boot.initrd.kernelModules = [ networkInterfaceModule ]; diff --git a/machines/orbi/hardware-configuration/hetzner.nix b/machines/orbi/hardware-configuration/hetzner.nix new file mode 100644 index 0000000..478b43d --- /dev/null +++ b/machines/orbi/hardware-configuration/hetzner.nix @@ -0,0 +1,2 @@ +{ config, ... }: +{ }