From 149e5c0fbd4a18d7d17ba0d5a464606130744749 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 1 Aug 2025 10:25:13 -0400 Subject: [PATCH] try this --- hosts/common/disks/hetzner-disks.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/common/disks/hetzner-disks.nix b/hosts/common/disks/hetzner-disks.nix index e628a55..1503af7 100644 --- a/hosts/common/disks/hetzner-disks.nix +++ b/hosts/common/disks/hetzner-disks.nix @@ -3,4 +3,9 @@ device = "/dev/sda"; fsType = "ext4"; }; + + fileSystems."/efi" = { + device = "systemd-1"; + fsType = "autofs"; + }; }