summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-06-16 11:16:08 +0200
committerAlan Pearce2022-06-16 11:16:08 +0200
commitf74e49f2e2572c3ddba6db33b8dd455a5958276b (patch)
tree85dddf9526b37eb76d8049c02231a66d6718da4b
parent40ab204893cef006ceba61aa39fc717c0e04d32e (diff)
downloadnixfiles-f74e49f2e2572c3ddba6db33b8dd455a5958276b.tar.lz
nixfiles-f74e49f2e2572c3ddba6db33b8dd455a5958276b.tar.zst
nixfiles-f74e49f2e2572c3ddba6db33b8dd455a5958276b.zip
Fix bad paste
-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";