Fix boot
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
{ config, inputs, ... }: {
|
{ config, inputs, ... }: {
|
||||||
imports = [ ./hardware.nix ];
|
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.enable = true;
|
||||||
services.openssh.authorizedKeysFiles = [
|
services.openssh.authorizedKeysFiles = [
|
||||||
config.sops.secrets."iriy_ssh_pub".path
|
config.sops.secrets."iriy_ssh_pub".path
|
||||||
|
|||||||
Reference in New Issue
Block a user