From 087ab6b7e33a6f89b384f1a4bffa2793e793bd4c Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Wed, 12 Jun 2024 00:03:04 +0500 Subject: [PATCH] Update robot.nix --- robot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.nix b/robot.nix index 68d104b..421dcf4 100644 --- a/robot.nix +++ b/robot.nix @@ -14,7 +14,7 @@ enable = true; mirroredBoots = [ { - devices = ["/dev/nvme0n1" "/dev/nvme1n1"]; + devices = ["/dev/nvme0n1"]; path = "/boot"; } ];