sgx
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
bcbd179bf2
commit
30e7082344
|
@ -13,7 +13,6 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.blacklistedKernelModules = [ "iwlwifi" "snd_hda_intel" "hdaudio" "btintel" "bluetooth" ];
|
||||
boot.extraModprobeConfig = "options kvm_intel nested=1";
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
netdevConfig = {
|
||||
Name = "br0";
|
||||
Kind = "bridge";
|
||||
MACAddress = "00:a1:2f:68:07:ea";
|
||||
MACAddress = "20:7b:d5:1a:36:3e";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.network.networks."11-en" = {
|
||||
linkConfig.RequiredForOnline = "enslaved";
|
||||
matchConfig.Name = "enp3s0";
|
||||
matchConfig.Name = "enp0s20f0u2u1";
|
||||
networkConfig = {
|
||||
Bridge = "br0";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue