Override macosGuest.network.externalInterface for mac1
Eelco Dolstra committed
Dec 29, 2020 at 17:10 UTC
349330c23e963613bb4751c177e877d440c63fb7
1 file changed
+3
macs/nodes/mac1.nix
+3
@@ -6,8 +6,11 @@
6
{
7
imports =
8
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
9
+ ../host/networking.nix
10
];
11
12
+ macosGuest.network.externalInterface = lib.mkForce "ens1";
13
+
14
boot.loader.systemd-boot.enable = true;
15
boot.loader.efi.canTouchEfiVariables = false;
16
boot.loader.grub.efiInstallAsRemovable = true;