From ece2ea7fa66d9053cb1544e6730bbe0333c7c950 Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Thu, 13 Aug 2026 09:27:55 +0200 Subject: [PATCH] wiki: hardware --- hosts/vm/mediakiwi/hardware-configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/vm/mediakiwi/hardware-configuration.nix b/hosts/vm/mediakiwi/hardware-configuration.nix index de32983..4397354 100644 --- a/hosts/vm/mediakiwi/hardware-configuration.nix +++ b/hosts/vm/mediakiwi/hardware-configuration.nix @@ -14,18 +14,11 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/74148438-bd6e-4c19-a41c-d20c907f1fc1"; + { device = "/dev/disk/by-uuid/45e1f37b-5bf2-47fc-86ef-e79b062c2b3c"; fsType = "ext4"; }; swapDevices = [ ]; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking - # (the default) this is the recommended approach. When using systemd-networkd it's - # still possible to use this option, but it's recommended to use it in conjunction - # with explicit per-interface declarations with `networking.interfaces..useDHCP`. - networking.useDHCP = lib.mkDefault true; - # networking.interfaces.ens18.useDHCP = lib.mkDefault true; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }