From e1fd56c2c763e6e15ac11db07e2d462ec0094612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sat, 10 Jan 2026 12:13:35 +0100 Subject: [PATCH] Add space to get disko mirror working --- templates/nix-config/disks/mirror.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nix-config/disks/mirror.nix b/templates/nix-config/disks/mirror.nix index 837b0f0..32657a7 100644 --- a/templates/nix-config/disks/mirror.nix +++ b/templates/nix-config/disks/mirror.nix @@ -53,4 +53,4 @@ format = "xfs"; mountpoint = "/mnt/data-storage"; }; - }; \ No newline at end of file + };