summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/disks/default.nix1
1 files changed, 1 insertions, 0 deletions
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";