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

lastFile:machines/rigel/networking.nix
This commit is contained in:
2025-10-20 15:21:30 +07:00
parent 2c5074695d
commit 34dbffeb09
3 changed files with 11 additions and 1 deletions

View File

@@ -5,7 +5,10 @@
tags = { tags = {
glom = [ "vega" ]; glom = [ "vega" ];
b4l = [ "rigel" ]; b4l = [ "rigel" ];
fax-bridge = [ "neptune" ]; fax-bridge = [
"neptune"
"rigel"
];
}; };
instances = { instances = {

View File

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

View File

@@ -0,0 +1,6 @@
let
ata-interface = "";
in
{
networking.interfaces = { };
}