From c5a4592f094f9b617ab374d38e3f6078dd89da16 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sat, 23 Apr 2022 22:53:56 +0200 Subject: [PATCH] Move home to other disk --- machines/loki/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/loki/hardware-configuration.nix b/machines/loki/hardware-configuration.nix index 6c8c30d..4b06c27 100644 --- a/machines/loki/hardware-configuration.nix +++ b/machines/loki/hardware-configuration.nix @@ -28,7 +28,7 @@ }; fileSystems."/home" = { - device = "/dev/disk/by-uuid/36d7ee19-f591-4c29-b7da-cafd9bf2c7f6"; + device = "/dev/disk/by-uuid/082ec5d2-238e-4713-9c37-31b1cb0fb8c3"; fsType = "ext4"; }; @@ -37,3 +37,4 @@ # high-resolution display hardware.video.hidpi.enable = lib.mkDefault true; } +