From d3237250754440296a36b9455d3631ac27c629e1 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Mon, 1 Dec 2025 20:16:30 +0800 Subject: [PATCH] feat: c1 enable data2 --- hosts/c1/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/c1/hardware-configuration.nix b/hosts/c1/hardware-configuration.nix index 21912dd..ce2c994 100644 --- a/hosts/c1/hardware-configuration.nix +++ b/hosts/c1/hardware-configuration.nix @@ -24,6 +24,11 @@ fsType = "zfs"; }; + fileSystems."/data2" = { + device = "data2/data2"; + fsType = "zfs"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/6907-0724"; fsType = "vfat";