From d77e4557190e9773f1f31671e32a29368ad42879 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 26 Sep 2025 19:32:56 +0200 Subject: [PATCH] zh --- systems/x86_64-linux/stargate/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/stargate/disko.nix b/systems/x86_64-linux/stargate/disko.nix index 94b4e33..c46bd75 100644 --- a/systems/x86_64-linux/stargate/disko.nix +++ b/systems/x86_64-linux/stargate/disko.nix @@ -47,7 +47,7 @@ in { mode = "raidz2"; options.compression = "zstd"; options.ashift = "12"; - mountpoint = "none"; + mountpoint = null; datasets = { "services" = { type = "zfs_fs";