This commit is contained in:
mjallen18
2026-02-03 10:20:56 -06:00
parent f856076452
commit aa7fc9c228
8 changed files with 18 additions and 16 deletions

View File

@@ -95,4 +95,5 @@
isSystemUser = true;
isNormalUser = false;
};
fileSystems."/etc".neededForBoot = true;
}

View File

@@ -135,6 +135,7 @@
# ###################################################
boot.supportedFilesystems = [ "bcachefs" ];
fileSystems."/etc".neededForBoot = true;
fileSystems."/data" = {
device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a";
fsType = "bcachefs";