summaryrefslogtreecommitdiff
path: root/beta/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'beta/hardware-configuration.nix')
-rw-r--r--beta/hardware-configuration.nix9
1 files changed, 1 insertions, 8 deletions
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;
}