This commit is contained in:
Joseph Hanson 2024-05-26 09:16:06 -05:00
parent 3a50d9b6dd
commit fd35dfc1b3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
type = "gpt"; type = "gpt";
partitions = { partitions = {
ESP = { ESP = {
type = "EF02"; type = "EF00";
size = "1000M"; size = "1000M";
content = { content = {
type = "filesystem"; type = "filesystem";

View file

@ -66,7 +66,7 @@
srvos.nixosModules.mixins-systemd-boot srvos.nixosModules.mixins-systemd-boot
disko.nixosModules.disko disko.nixosModules.disko
./agents/fj-shadowfax-x86_64.nix ./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; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "fj-shadowfax-01"; networking.hostName = "fj-shadowfax-01";