From 6d116da35f1c263b65dbc12f22cc07b9b6f36929 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sat, 1 Jun 2024 17:25:28 +0200 Subject: fix(disko): explicitely state type of main disk --- system/disks/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/disks/default.nix b/system/disks/default.nix index f4e6935..8b01e08 100644 --- a/system/disks/default.nix +++ b/system/disks/default.nix @@ -19,6 +19,7 @@ in { disko.devices = { disk.main = { device = cfg.disk; + type = "disk"; content = { type = "table"; format = "gpt"; -- cgit 1.4.1