From d801a0412fe4a52ae5abd4b395b46df6e9e8447b Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sun, 12 Oct 2025 23:55:49 +0200 Subject: [PATCH] fourth error --- hosts/zora/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/zora/hardware-configuration.nix b/hosts/zora/hardware-configuration.nix index 87c524f..60b54bf 100644 --- a/hosts/zora/hardware-configuration.nix +++ b/hosts/zora/hardware-configuration.nix @@ -45,7 +45,7 @@ fileSystems."/var/data" = { device = "/dev/md127"; fsType = "btrfs"; - options = [ ]; + # options = [ ]; }; swapDevices = [ ];