fix: ksios correct disk name

This commit is contained in:
Noa Aarts 2024-09-15 09:50:30 +02:00
parent 13f2d58d64
commit e70d249d3c
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -2,8 +2,8 @@
{ lib, ... }: { lib, ... }:
{ {
disko.devices = { disko.devices = {
disk.disk1 = { disk.nixos = {
device = lib.mkDefault "/dev/nvme0n1"; device = lib.mkDefault "/dev/xvda";
type = "disk"; type = "disk";
content = { content = {
type = "gpt"; type = "gpt";