mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/rigel/networking.nix
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
tags = {
|
tags = {
|
||||||
glom = [ "vega" ];
|
glom = [ "vega" ];
|
||||||
b4l = [ "rigel" ];
|
b4l = [ "rigel" ];
|
||||||
fax-bridge = [ "neptune" ];
|
fax-bridge = [
|
||||||
|
"neptune"
|
||||||
|
"rigel"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
instances = {
|
instances = {
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
"2bd36db8cc" # kurogeek-thinkpad
|
"2bd36db8cc" # kurogeek-thinkpad
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
./networking.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
|
6
machines/rigel/networking.nix
Normal file
6
machines/rigel/networking.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
let
|
||||||
|
ata-interface = "";
|
||||||
|
in
|
||||||
|
{
|
||||||
|
networking.interfaces = { };
|
||||||
|
}
|
Reference in New Issue
Block a user