diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 7c8cb32..10270fe 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -20,10 +20,7 @@ }; }; - boot = { - loader.systemd-boot.enable = true; - supportedFilesystems = ["bcachefs"]; - }; + boot.loader.systemd-boot.enable = true; isoImage = { isoName = "toolshed-${self.lastModifiedDate}.iso";