enable more filesystems

This commit is contained in:
Motiejus Jakštys 2024-03-13 16:31:56 +02:00
parent f20affd9f8
commit 7f1f7ca9e2
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
pcscd.enable = true; pcscd.enable = true;
}; };
boot.supportedFilesystems = ["bcachefs"]; boot.supportedFilesystems = ["btrfs" "bcachefs"];
fileSystems = { fileSystems = {
"/" = { "/" = {

View File

@ -21,6 +21,7 @@
}; };
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.supportedFilesystems = ["zfs" "btrfs" "bcachefs"];
isoImage = { isoImage = {
isoName = "toolshed-${self.lastModifiedDate}.iso"; isoName = "toolshed-${self.lastModifiedDate}.iso";