all repos — nixfiles @ f74e49f2e2572c3ddba6db33b8dd455a5958276b

System and user configuration, managed by nix and home-manager

Fix bad paste
Alan Pearce alan@alanpearce.eu
Thu, 16 Jun 2022 11:16:08 +0200
commit

f74e49f2e2572c3ddba6db33b8dd455a5958276b

parent

40ab204893cef006ceba61aa39fc717c0e04d32e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/prefect.nixsystem/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";