don't use systemd early to fix bcachefs mounting
This commit is contained in:
parent
78c1ebdd93
commit
aff8cd2835
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
# /boot efi partition to boot in UEFI mode
|
||||
fileSystems."/boot" = {
|
||||
device = "UUID=28FC-CA9F";
|
||||
device = "UUID=78FD-8F29";
|
||||
fsType = "vfat";
|
||||
neededForBoot = true;
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
# /nix volume with the system & all persistent data
|
||||
fileSystems."/nix" = {
|
||||
device = "UUID=5e0f8758-12f6-4262-90c7-e633a28f8b6e";
|
||||
device = "UUID=df5e6f5c-9700-48fd-ab16-90b7a1b3bca2";
|
||||
fsType = "bcachefs";
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue