aboutsummaryrefslogtreecommitdiff
path: root/hosts/pad/boot.nix
blob: 2adca6cb7de1b6bbb20ec0eec5b19eb4cec5a6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, pkgs, ...}:
{
  boot = {
    loader = {
      systemd-boot = {
        enable = true;
        # Only keep the last 10 configurations
        configurationLimit = 10;
      };
      efi.canTouchEfiVariables = true;
     }; 

    initrd.luks.devices."luks-51fac1af-a272-4fd7-a65e-e8053f143a0c".device = "/dev/disk/by-uuid/51fac1af-a272-4fd7-a65e-e8053f143a0c";
  };
}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.