mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added mac address for desktop
This commit is contained in:
parent
87ca412366
commit
1e58b111c0
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ inputs: {
|
||||||
};
|
};
|
||||||
"bridge0" = {
|
"bridge0" = {
|
||||||
name = "bridge0";
|
name = "bridge0";
|
||||||
|
macAddress = "D8:5E:D3:E5:47:90";
|
||||||
ipv4.addresses = [
|
ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "192.168.1.4";
|
address = "192.168.1.4";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue