diff --git a/hosts/op5p/configuration.nix b/hosts/op5p/configuration.nix index 3b93a96..dba0c9d 100644 --- a/hosts/op5p/configuration.nix +++ b/hosts/op5p/configuration.nix @@ -20,7 +20,7 @@ pcscd.enable = true; }; - boot.supportedFilesystems = ["bcachefs"]; + boot.supportedFilesystems = ["btrfs" "bcachefs"]; fileSystems = { "/" = { diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 10270fe..da54857 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -21,6 +21,7 @@ }; boot.loader.systemd-boot.enable = true; + boot.supportedFilesystems = ["zfs" "btrfs" "bcachefs"]; isoImage = { isoName = "toolshed-${self.lastModifiedDate}.iso";