From d0578807e5c2c2330b976ffb10f8c3ffbf510447 Mon Sep 17 00:00:00 2001 From: Dict Xiong <me@beardic.cn> Date: Thu, 10 Apr 2025 23:12:36 +0800 Subject: [PATCH] feat(g14): add ssd to /data0 --- hosts/g14/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/g14/hardware-configuration.nix b/hosts/g14/hardware-configuration.nix index aefc4f4..b41962a 100644 --- a/hosts/g14/hardware-configuration.nix +++ b/hosts/g14/hardware-configuration.nix @@ -30,6 +30,12 @@ neededForBoot = false; }; + fileSystems."/data0" = + { device = "data0"; + fsType = "zfs"; + neededForBoot = false; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/5af059c4-6066-43a1-b037-683fa9e0d6fd"; } ];