mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/tests/vm/default.nix
This commit is contained in:
2025-10-30 16:18:11 +07:00
parent 2147b1d0cb
commit 74db5fc83e
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"2bd36db8cc" # kurogeek-thinkpad "2bd36db8cc" # kurogeek-thinkpad
]; ];
}) })
./networking.nix # ./networking.nix
]; ];
system.stateVersion = "25.11"; system.stateVersion = "25.11";

View File

@@ -14,7 +14,9 @@
phonebox-test = { phonebox-test = {
module.name = "@clan/phonebox"; module.name = "@clan/phonebox";
module.input = "self"; module.input = "self";
roles.default.machines."server".settings = { }; roles.default.machines."server".settings = {
ata-ethernet-iface = "enp2s0";
};
}; };
}; };
}; };