mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
devices.srv2-node2: set correct network interface
This commit is contained in:
@@ -9,9 +9,8 @@ inputs:
|
||||
nixpkgs.march = "icelake-server";
|
||||
network.settings =
|
||||
{
|
||||
# TODO: set correct interface name
|
||||
static.eno2 = { ip = "192.168.178.3"; mask = 24; gateway = "192.168.178.1"; dns = "192.168.178.1"; };
|
||||
trust = [ "eno2" ];
|
||||
static.eno8303 = { ip = "192.168.178.3"; mask = 24; gateway = "192.168.178.1"; dns = "192.168.178.1"; };
|
||||
trust = [ "eno8303" ];
|
||||
};
|
||||
fileSystems =
|
||||
{
|
||||
@@ -27,8 +26,7 @@ inputs:
|
||||
services =
|
||||
{
|
||||
beesd."/" = {};
|
||||
# TODO: set correct MAC address
|
||||
lumericalLicenseManager.macAddress = "70:20:84:09:a3:52";
|
||||
lumericalLicenseManager.macAddress = "b4:e9:b8:fc:9a:f9";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user