revamp of structure
This commit is contained in:
parent
b5365e6ab3
commit
4e728b45d3
8 changed files with 25 additions and 17 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./systemd-boot.nix
|
||||
./secure-boot.nix
|
||||
./plymouth.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ lib, pkgs, inputs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
inputs = [
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.sbctl ];
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ }:
|
||||
{ ... }:
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.timeout = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue