mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
iron: init
This commit is contained in:
parent
3b77ed9058
commit
9aafa0207c
15 changed files with 797 additions and 0 deletions
11
nix/configurations/iron/nixos/misc.nix
Normal file
11
nix/configurations/iron/nixos/misc.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue