From 389d5d8daad69dadc7fbefe8cc1eae22db96b3c8 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 3 Sep 2023 14:07:45 +0200 Subject: [PATCH] hosts: jupiter: update network --- hosts/jupiter/hardware-configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/jupiter/hardware-configuration.nix b/hosts/jupiter/hardware-configuration.nix index cb7531b..52bcd97 100644 --- a/hosts/jupiter/hardware-configuration.nix +++ b/hosts/jupiter/hardware-configuration.nix @@ -19,10 +19,10 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ]; - boot.initrd.secrets = { - "/root/NASKeyfile" = - /root/NASKeyfile; - }; +# boot.initrd.secrets = { +# "/root/NASKeyfile" = +# /root/NASKeyfile; +# }; # boot.initrd.luks.devices = { # NAS-RAID1 = { # device = "/dev/disk/by-uuid/57e6446d-faca-4b67-9063-e8d9afb80088"; @@ -177,11 +177,11 @@ vswitches = { vs0 = { interfaces = { - enp0s31f6 = { }; + enp1s0 = { }; lo1 = { type = "internal"; }; - enp0s31f6iot = { + enp1s0iot = { type = "internal"; vlan = 100; }; @@ -211,7 +211,7 @@ # }; lo1 = { useDHCP = true; - macAddress = "f6:14:f3:7b:1f:f7"; + macAddress = "68:84:7e:71:a0:e0"; }; }; # defaultGateway = "45.142.114.1";