remove diskId from existing templates

we don't have a replacement yet, but at least this will work.
This commit is contained in:
Jörg Thalheim
2025-08-27 15:22:41 +02:00
parent 5479c767c1
commit 00f9d08a4b
3 changed files with 4 additions and 12 deletions

View File

@@ -1,15 +1,11 @@
{ config, lib, ... }:
let
suffix = config.clan.core.vars.generators.disk-id.files.diskId.value;
in
{ lib, ... }:
{
boot.loader.grub.efiSupport = lib.mkDefault true;
boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;
disko.devices = {
disk = {
"main" = {
name = "main-" + suffix;
name = "main";
type = "disk";
device = lib.mkDefault "/dev/null";
content = {