From cd8483d892b0b03327eff99a0e89c072e13b1daa Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sun, 10 May 2020 01:14:13 +0000 Subject: [PATCH] Move data partition --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index aa98e4d..5f4e2c8 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -36,7 +36,7 @@ options = [ "subvol=home" ]; }; - fileSystems."/data" = + fileSystems."/media/data" = { device = "/dev/disk/by-uuid/ba796824-5165-4a95-87c2-1fb49a449138"; fsType = "btrfs"; };