From e7c70c6cd0d20642f52220d9e6396c2d82bad09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 5 Nov 2023 22:12:22 +0100 Subject: [PATCH] fix: nachtigall root ssh key config fixes --- hosts/nachtigall/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/nachtigall/configuration.nix b/hosts/nachtigall/configuration.nix index 19b9048..8d61f8d 100644 --- a/hosts/nachtigall/configuration.nix +++ b/hosts/nachtigall/configuration.nix @@ -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;