fix: nachtigall root ssh key config fixes
This commit is contained in:
parent
a63e0e2154
commit
e7c70c6cd0
|
@ -1,5 +1,9 @@
|
||||||
{ config, pkgs, flake, ... }:
|
|
||||||
{
|
{
|
||||||
|
flake,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
# Use GRUB2 as the boot loader.
|
# Use GRUB2 as the boot loader.
|
||||||
# We don't use systemd-boot because Hetzner uses BIOS legacy boot.
|
# We don't use systemd-boot because Hetzner uses BIOS legacy boot.
|
||||||
boot.loader.systemd-boot.enable = false;
|
boot.loader.systemd-boot.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue