From f2bd060ba3e182751bc2cbda859c82d45eb1295e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 6 Mar 2024 12:51:15 +0200 Subject: [PATCH] vm: get back to zfs most host use it anyway --- hosts/vm/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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";