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 = [ ];