This commit is contained in:
soraefir
2026-05-02 10:29:21 +02:00
parent dcc5c440f7
commit 0192a1ace0

View File

@@ -1,6 +1,15 @@
{ config, inputs, ... }: {
imports = [ ./hardware.nix ];
boot.loader.systemd-boot.enable = lib.mkForce true;
boot.loader.grub = {
enable = true;
# device = "nodev"; # Required for EFI#
efiSupport = true;
efiInstallAsRemovable = true;# CRITICAL: This overwrites /boot/EFI/BOOT/BOOTX64.EFI
};
services.openssh.enable = true;
services.openssh.authorizedKeysFiles = [
config.sops.secrets."iriy_ssh_pub".path