generated Anton hardware config

This commit is contained in:
willifan 2024-07-27 21:57:36 +00:00
parent f8128b6331
commit a322f8291d
4 changed files with 39 additions and 4 deletions

8
hosts/server/boot.nix Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
initrd.systemd.enable = true;
};
}