summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
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";