initial commit

This commit is contained in:
sid 2026-04-16 20:10:03 +02:00
commit 0be2158ea9
20 changed files with 1239 additions and 0 deletions

7
hosts/ess-helm/boot.nix Normal file
View file

@ -0,0 +1,7 @@
{
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 10;
};
boot.loader.efi.canTouchEfiVariables = true;
}