From e2796bbd4ff55fcaacbceddd996890593c2b762a Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 4 Nov 2024 03:11:47 +0000 Subject: update t495 hw conf --- modules/hosts/T495/hardware-configuration.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'modules/hosts/T495/hardware-configuration.nix') diff --git a/modules/hosts/T495/hardware-configuration.nix b/modules/hosts/T495/hardware-configuration.nix index 7f8aa88..6258a83 100644 --- a/modules/hosts/T495/hardware-configuration.nix +++ b/modules/hosts/T495/hardware-configuration.nix @@ -14,26 +14,20 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/a48ef087-2b46-462d-a9ea-1b8d5e18d570"; + { device = "/dev/disk/by-uuid/4256823f-107b-41a9-851d-6bd9939f1f4b"; fsType = "btrfs"; options = [ "subvol=@" ]; }; - boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/cb143604-275c-491f-af2a-0525837cc31c"; + boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/f20115a9-0a0e-43d2-9cee-c705b2de43b9"; fileSystems."/home" = - { device = "/dev/disk/by-uuid/a48ef087-2b46-462d-a9ea-1b8d5e18d570"; + { device = "/dev/disk/by-uuid/4256823f-107b-41a9-851d-6bd9939f1f4b"; fsType = "btrfs"; options = [ "subvol=@home" ]; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/a48ef087-2b46-462d-a9ea-1b8d5e18d570"; - fsType = "btrfs"; - options = [ "subvol=@boot" ]; - }; - - fileSystems."/boot/efi" = { device = "/dev/disk/by-uuid/9441-53B1"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; -- cgit v1.2.3