aboutsummaryrefslogtreecommitdiff
path: root/modules/hetzner
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hetzner')
-rw-r--r--modules/hetzner/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hetzner/default.nix b/modules/hetzner/default.nix
index af44deb..ffef1ca 100644
--- a/modules/hetzner/default.nix
+++ b/modules/hetzner/default.nix
@@ -8,4 +8,5 @@
boot.loader.grub.device = "/dev/sda";
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
+ fileSystems."/boot" = { device = "/dev/sda15"; fsType = "vfat"; };
}