From c4c41ff68aa2bf560cbc426f39fb03157d05115c Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Mon, 26 Aug 2024 18:00:25 +0200 Subject: [PATCH] Fix default calypso disk name --- hosts/nixos/calypso/filesystems/partitions.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/calypso/filesystems/partitions.nix b/hosts/nixos/calypso/filesystems/partitions.nix index fdbf35f..150ed91 100644 --- a/hosts/nixos/calypso/filesystems/partitions.nix +++ b/hosts/nixos/calypso/filesystems/partitions.nix @@ -1,5 +1,5 @@ { - disks ? [ "/dev/sda" ], + disks ? [ "/dev/nvme0n1" ], ... }: {