From bfd970a07c231b5781871c16cb4612eb4c6b8fd4 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 31 Aug 2025 16:21:34 +0200 Subject: imported system/home-manager config --- hosts/pad/boot.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hosts/pad/boot.nix (limited to 'hosts/pad/boot.nix') diff --git a/hosts/pad/boot.nix b/hosts/pad/boot.nix new file mode 100644 index 0000000..a6108d6 --- /dev/null +++ b/hosts/pad/boot.nix @@ -0,0 +1,16 @@ +{ config, pkgs, ...}: + +{ + boot = { + loader = { + systemd-boot = { + enable = true; + # Only keep the last 10 configurations + configurationLimit = 10; + }; + efi.canTouchEfiVariables = true; + }; + + initrd.luks.devices."luks-11563c8c-1bf7-471f-a173-918f47aa31ed".device = "/dev/disk/by-uuid/11563c8c-1bf7-471f-a173-918f47aa31ed"; + }; +} -- cgit v1.2.3