nas hotfix

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-02 19:54:36 +01:00
parent 69687edd12
commit 3ac5acda31
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -48,7 +48,7 @@
boot.supportedFilesystems = lib.mkForce ["bcachefs" "vfat"];
fileSystems."/" = {
device = "/dev/nvme0n1p2:/dev/sda1:/dev/sdb1:/dev/sdc2";
device = "/dev/nvme0n1p2:/dev/sda1:/dev/sdb1:/dev/sdc1";
fsType = "bcachefs";
};