fix: enable 100GbE and disable net mounts for now
This commit is contained in:
@@ -54,7 +54,7 @@ in {
|
||||
};
|
||||
|
||||
os = {
|
||||
externalInterface = "enp129s0f0";
|
||||
externalInterface = "enp66s0np0";
|
||||
nfs.enable = true;
|
||||
nfs.exports = ''
|
||||
/exports 172.16.239.0/24(insecure,rw,async,no_subtree_check,crossmnt,fsid=0,no_root_squash)
|
||||
@@ -99,7 +99,7 @@ in {
|
||||
|
||||
networking = {
|
||||
hostName = name;
|
||||
interfaces.enp129s0f0 = {
|
||||
interfaces.enp66s0np0 = {
|
||||
useDHCP = false;
|
||||
ipv4.addresses = [
|
||||
{
|
||||
@@ -107,14 +107,25 @@ in {
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
# ipv4.routes = [
|
||||
# {
|
||||
# address = "172.16.239.0";
|
||||
# prefixLength = 24;
|
||||
# via = "172.16.239.1";
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
# interfaces.ibp1s0 = {
|
||||
# useDHCP = false;
|
||||
# ipv4.addresses = [
|
||||
# {
|
||||
# address = ipoib;
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# interfaces.enp129s0f0 = {
|
||||
# useDHCP = false;
|
||||
# ipv4.addresses = [
|
||||
# {
|
||||
# address = address;
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
defaultGateway = "172.16.239.1";
|
||||
firewall = {
|
||||
allowedTCPPorts = [];
|
||||
|
||||
Reference in New Issue
Block a user