From f23ceb0778f8167dde43c8fd7274dbc422f00b8d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 13 Oct 2025 10:19:18 +0530 Subject: [PATCH] fix(nixos): set /home as neededForBoot in mirai and tsuba modules --- nixos/ryu/ryu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index 9966d852..d7e81109 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.nix @@ -119,6 +119,7 @@ fileSystems."/home" = { device = "/dev/disk/by-uuid/d0835bd2-62fd-48d3-a0d1-8ae659f2e727"; fsType = "ext4"; + neededForBoot = true; }; # fileSystems."/media" = {