iron: init

This commit is contained in:
Primrose 2025-10-23 11:37:44 +08:00
parent 3b77ed9058
commit 9aafa0207c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
15 changed files with 797 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
system.stateVersion = "25.05";
boot.loader = {
systemd-boot = {
enable = true;
editor = false;
};
efi.canTouchEfiVariables = true;
};
}