From fd35dfc1b30488811586694c4620ed36870dfbb1 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 26 May 2024 09:16:06 -0500 Subject: [PATCH] debug --- disko-shadowfax-kubevirt.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/disko-shadowfax-kubevirt.nix b/disko-shadowfax-kubevirt.nix index 324785b..d02e800 100644 --- a/disko-shadowfax-kubevirt.nix +++ b/disko-shadowfax-kubevirt.nix @@ -8,7 +8,7 @@ type = "gpt"; partitions = { ESP = { - type = "EF02"; + type = "EF00"; size = "1000M"; content = { type = "filesystem"; diff --git a/flake.nix b/flake.nix index 1188d89..4a43760 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ srvos.nixosModules.mixins-systemd-boot disko.nixosModules.disko ./agents/fj-shadowfax-x86_64.nix - (import ./disko-shadowfax-kubevirt.nix { disks = [ "/dev/vda" ]; }) + (import ./disko-shadowfax-kubevirt.nix { disks = [ "/dev/sda" ]; }) { boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "fj-shadowfax-01";