From 3ab85681ca08f37e1d15c93754d31d679c875e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6ns?= <34899572+jopejoe1@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:15:10 +0100 Subject: [PATCH] tmp move home --- systems/kami/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kami/hardware.nix b/systems/kami/hardware.nix index 2110a8d..04e9c77 100644 --- a/systems/kami/hardware.nix +++ b/systems/kami/hardware.nix @@ -44,7 +44,7 @@ device = "/dev/disk/by-uuid/1F26-8168"; fsType = "vfat"; }; - "/home" = { + "/media/home" = { device = "/dev/disk/by-uuid/78d6db21-b823-4ca4-b495-7782d3e56ddc"; fsType = "ext4"; };