fix: nachtigall root ssh key config fixes

This commit is contained in:
Benjamin Bädorf 2023-11-05 22:12:22 +01:00
parent 65a660117a
commit db72ae2999
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -1,4 +1,9 @@
{ config, pkgs, ... }: {
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.
@ -62,7 +67,7 @@
file = "${flake.self}/secrets/nachtigall-root-ssh-key.age"; file = "${flake.self}/secrets/nachtigall-root-ssh-key.age";
path = "/root/.ssh/id_ed25519"; path = "/root/.ssh/id_ed25519";
mode = "400"; mode = "400";
owner = root; owner = "root";
}; };
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be