config

NixOS config
Log | Files | Refs | README | LICENSE

commit f2bd060ba3e182751bc2cbda859c82d45eb1295e (tree)
parent 7ad3e26401d13ed330b2e078571718f58f8d1d0e
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed,  6 Mar 2024 12:51:15 +0200

vm: get back to zfs

most host use it anyway

Diffstat:
Mhosts/vm/configuration.nix | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 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";