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;