fix: enable 100GbE and disable net mounts for now

This commit is contained in:
2025-09-16 13:45:37 +02:00
parent f5679d39f9
commit 8894339216
4 changed files with 30 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ in
automount.enable = true;
users = false;
opt = false;
work = true;
work = false;
data = false;
ceph = false;
};
@@ -40,7 +40,7 @@ in
myvnc.enable = false;
os = {
externalInterface = "enp129s0f0";
externalInterface = "enp65s0np0";
nfs.enable = true;
nfs.exports = ''
/exports 172.16.239.0/24(insecure,rw,sync,no_subtree_check,crossmnt,fsid=0,no_root_squash)
@@ -108,12 +108,12 @@ in
# '';
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
services.flannel.iface = "enp129s0f0";
services.flannel.iface = "enp65s0np0";
networking = {
useDHCP = false;
hostName = name;
interfaces.enp129s0f0 = {
interfaces.enp65s0np0 = {
useDHCP = false;
ipv4.addresses = [ {
inherit address;