summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSystem administrator <tjk@tjkeller.xyz>2024-11-04 03:11:47 +0000
committerSystem administrator <tjk@tjkeller.xyz>2024-11-04 03:11:47 +0000
commite2796bbd4ff55fcaacbceddd996890593c2b762a (patch)
tree702ee98a14da282c7db96bbdcc487551d17ec1fb /modules
parenta60385f44b6349329edb740b1c2b5b7aa70e96f8 (diff)
downloadnixos-e2796bbd4ff55fcaacbceddd996890593c2b762a.tar.xz
nixos-e2796bbd4ff55fcaacbceddd996890593c2b762a.zip
update t495 hw conf
Diffstat (limited to 'modules')
-rw-r--r--modules/hosts/T495/hardware-configuration.nix12
1 files changed, 3 insertions, 9 deletions
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" ];