From d3de03009953054b2dfdf3540014bb6c0bde1670 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 4 Jul 2024 13:03:44 +0200 Subject: fix disk id and hostname and hostid --- beta/hardware-configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'beta/hardware-configuration.nix') diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix index 8472002..b2d68f4 100644 --- a/beta/hardware-configuration.nix +++ b/beta/hardware-configuration.nix @@ -12,18 +12,11 @@ # efi partition fileSystems."/boot" = - { device = "/dev/disk/by-id/nvme-CT4000P3PSSD8_2325E6E63746-part1"; + { device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part1"; fsType = "vfat"; neededForBoot = true; }; - # vms - fileSystems."/home/cullmann/vms" = - { device = "vpool/vms"; - fsType = "zfs"; - depends = [ "/home" ]; - }; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } -- cgit v1.2.3