diff options
| author | Max Audron <audron@cocaine.farm> | 2026-01-07 16:36:11 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2026-01-07 16:36:11 +0100 |
| commit | a04a1b112d379b800d6f0c53f6854b9939aa2d04 (patch) | |
| tree | fe8b98c7756bb064602b29267e17aea22f8710c0 /modules/hetzner/default.nix | |
| parent | setup backups for mail (diff) | |
update to nixos 25.11
Diffstat (limited to 'modules/hetzner/default.nix')
| -rw-r--r-- | modules/hetzner/default.nix | 1 |
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"; }; } |
