fix: nachtigall root ssh key config fixes

This commit is contained in:
Benjamin Bädorf 2023-11-05 22:12:22 +01:00 committed by b12f
parent a63e0e2154
commit e7c70c6cd0
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -1,5 +1,9 @@
{ config, pkgs, flake, ... }:
{
flake,
config,
pkgs,
...
}: {
# Use GRUB2 as the boot loader.
# We don't use systemd-boot because Hetzner uses BIOS legacy boot.
boot.loader.systemd-boot.enable = false;