diff options
Diffstat (limited to 'modules/hosts/T495')
| -rw-r--r-- | modules/hosts/T495/hardware-configuration.nix | 12 | 
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" ];  | 
