fix(nixos): set /home as neededForBoot in mirai and tsuba modules
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-10-13 10:19:18 +05:30
parent 83eac887cb
commit f23ceb0778

View File

@@ -119,6 +119,7 @@
fileSystems."/home" = {
device = "/dev/disk/by-uuid/d0835bd2-62fd-48d3-a0d1-8ae659f2e727";
fsType = "ext4";
neededForBoot = true;
};
# fileSystems."/media" = {