hosts/TITAN: mount bcachefs via initrd
This commit is contained in:
parent
816948eaeb
commit
b6c3325a33
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
fileSystems."/srv/data" = {
|
fileSystems."/srv/data" = {
|
||||||
device = "/dev/mapper/tank-freezer:/dev/sdb";
|
device = "/dev/mapper/tank-freezer:/dev/sdb";
|
||||||
fsType = "bcachefs";
|
fsType = "bcachefs";
|
||||||
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" = {
|
fileSystems."/nix" = {
|
||||||
|
|
Loading…
Reference in a new issue