enable more filesystems
This commit is contained in:
parent
f20affd9f8
commit
7f1f7ca9e2
|
@ -20,7 +20,7 @@
|
|||
pcscd.enable = true;
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = ["bcachefs"];
|
||||
boot.supportedFilesystems = ["btrfs" "bcachefs"];
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.supportedFilesystems = ["zfs" "btrfs" "bcachefs"];
|
||||
|
||||
isoImage = {
|
||||
isoName = "toolshed-${self.lastModifiedDate}.iso";
|
||||
|
|
Loading…
Reference in New Issue