From 74db5fc83efb29ebcaaeee3059cb3b3baf962126 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 30 Oct 2025 16:18:11 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/phonebox/tests/vm/default.nix --- machines/rigel/configuration.nix | 2 +- modules/clan/phonebox/tests/vm/default.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/machines/rigel/configuration.nix b/machines/rigel/configuration.nix index b30e073..8ce8924 100644 --- a/machines/rigel/configuration.nix +++ b/machines/rigel/configuration.nix @@ -8,7 +8,7 @@ "2bd36db8cc" # kurogeek-thinkpad ]; }) - ./networking.nix + # ./networking.nix ]; system.stateVersion = "25.11"; diff --git a/modules/clan/phonebox/tests/vm/default.nix b/modules/clan/phonebox/tests/vm/default.nix index f371c1d..24a5998 100644 --- a/modules/clan/phonebox/tests/vm/default.nix +++ b/modules/clan/phonebox/tests/vm/default.nix @@ -14,7 +14,9 @@ phonebox-test = { module.name = "@clan/phonebox"; module.input = "self"; - roles.default.machines."server".settings = { }; + roles.default.machines."server".settings = { + ata-ethernet-iface = "enp2s0"; + }; }; }; };