fixed bug

This commit is contained in:
2024-10-07 19:49:55 -04:00
parent d27ce41ab9
commit a4a73264c3

View File

@@ -97,7 +97,7 @@
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/nix" = "/nix" =
{ device = "root_pool/nix"; { device = "root_pool/nix";
fsType = "zfs"; fsType = "zfs";
}; };