From 5c0abba6199efa3f5b63df6625b1d4f91c5daa6c Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 28 May 2024 00:06:28 +0800 Subject: [PATCH] feat(g2): mount /home2 on boot --- hosts/g2/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/g2/hardware-configuration.nix b/hosts/g2/hardware-configuration.nix index 5df9c8f..af7cc9a 100644 --- a/hosts/g2/hardware-configuration.nix +++ b/hosts/g2/hardware-configuration.nix @@ -23,6 +23,12 @@ fsType = "vfat"; }; + fileSystems."/home2" = + { device = "home2"; + fsType = "zfs"; + neededForBoot = false; + }; + swapDevices = [ { device = "/.swapfile";