From 5bc2782cd6ab32c3c48e4ffabe7bb8bef58741fe Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 3 Apr 2022 18:04:06 +0200 Subject: [PATCH] Update kasei hardware config --- hosts/kasei/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/kasei/hardware-configuration.nix b/hosts/kasei/hardware-configuration.nix index dac7351..639bff5 100644 --- a/hosts/kasei/hardware-configuration.nix +++ b/hosts/kasei/hardware-configuration.nix @@ -24,11 +24,11 @@ }; fileSystems."/data" = - { device = "/dev/disk/by-uuid/d9fd4a61-3d62-40b9-bbdb-67d925b66074"; - fsType = "ext4"; + { device = "/dev/disk/by-label/data1"; + fsType = "btrfs"; }; - fileSystems."/data/sdb" = + fileSystems."/data/disks/data2" = { device = "/dev/disk/by-uuid/7afc5f6b-947a-4c86-a5b5-dfefe42899c0"; fsType = "ext4"; };