hosts/ni: update disko config

This commit is contained in:
Gabriel Arazas 2024-03-03 16:44:02 +08:00
parent 0c78d7b32b
commit 7f82382b81
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,9 +1,9 @@
{ config, lib, ... }: { disk ? "/dev/nvme0n1", config, lib, ... }:
{ {
disko.devices = { disko.devices = {
disk.primary = { disk.primary = {
device = "/dev/nvme0n1"; device = disk;
type = "disk"; type = "disk";
content = { content = {
type = "gpt"; type = "gpt";