From f74e49f2e2572c3ddba6db33b8dd455a5958276b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 Jun 2022 11:16:08 +0200 Subject: Fix bad paste --- system/prefect.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/prefect.nix b/system/prefect.nix index 510f88f3..122411b2 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -52,7 +52,7 @@ fileSystems = { "/".options = [ "atgc" "gc_merge" "lazytime" ]; - "/home" = "/dev/disk/by-partlabel/home"; + "/home".options = [ "atgc" "gc_merge" "lazytime" ]; "/mnt/data" = { device = "/dev/disk/by-uuid/52E422C5E422AAE5"; fsType = "ntfs3"; -- cgit 1.4.1