fix: updated ildkule config and ips to match trd1 new setup

This commit is contained in:
Adrian G L
2026-05-19 11:37:05 +02:00
parent beac6e91dd
commit 1e6b692fbf
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
];
boot.loader.systemd-boot.enable = false;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.device = "/dev/sda";
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
@@ -27,7 +27,7 @@
nameservers = values.defaultNetworkConfig.dns;
defaultGateway.address = hostConf.ipv4_internal_gw;
interfaces."ens4" = {
interfaces."ens3" = {
ipv4.addresses = [
{ address = hostConf.ipv4; prefixLength = 32; }
{ address = hostConf.ipv4_internal; prefixLength = 24; }