duplicate network config for samhain/ms-7b86

This commit is contained in:
kat witch 2021-08-05 21:48:44 +01:00
parent 3523da070b
commit ad41bd4fba
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -11,23 +11,4 @@ with lib;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.kernelModules = [ "nct6775" ];
systemd.network = {
networks.enp34s0 = {
matchConfig.Name = "enp34s0";
bridge = singleton "br";
};
networks.br = {
matchConfig.Name = "br";
address = [ "192.168.1.135/24" ];
gateway = [ "192.168.1.254" ];
};
netdevs.br = {
netdevConfig = {
Name = "br";
Kind = "bridge";
MACAddress = "00:d8:61:c7:f4:9d";
};
};
};
}