aboutsummaryrefslogtreecommitdiff
path: root/modules/hetzner/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2026-01-07 16:36:11 +0100
committerMax Audron <audron@cocaine.farm>2026-01-07 16:36:11 +0100
commita04a1b112d379b800d6f0c53f6854b9939aa2d04 (patch)
treefe8b98c7756bb064602b29267e17aea22f8710c0 /modules/hetzner/default.nix
parentsetup backups for mail (diff)
update to nixos 25.11
Diffstat (limited to 'modules/hetzner/default.nix')
-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"; };
}