From 2bdfea379a0a6f857df6588f03dc4e95b9621290 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 20 Nov 2023 22:17:06 +0100 Subject: [PATCH] eple --- hosts/eple/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/eple/hardware-configuration.nix b/hosts/eple/hardware-configuration.nix index e54d4a4..dccd22d 100644 --- a/hosts/eple/hardware-configuration.nix +++ b/hosts/eple/hardware-configuration.nix @@ -14,14 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-2"; - # device = "/dev/disk/by-uuid/a0d75d1f-82be-4ae5-aaed-26cd25a30dd1"; + #{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-2"; + { device = "/dev/disk/by-uuid/aaaf3c32-117e-463c-918e-8c9d86833836"; fsType = "ext4"; }; fileSystems."/boot/efi" = - { device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1"; - # device = "/dev/disk/by-uuid/C52A-54B5"; + #{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1"; + { device = "/dev/disk/by-uuid/6E89-FC7C"; fsType = "vfat"; };