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" ], ... }: {