organization on joe, todo gpdpocket3

This commit is contained in:
ringofstorms 2024-04-01 10:32:53 -05:00
parent 78f5fe4841
commit dc9fbdefe2
12 changed files with 219 additions and 148 deletions

View file

@ -0,0 +1,15 @@
{ ... }:
{
# Use the systemd-boot EFI boot loader.
boot.loader = {
systemd-boot = {
enable = true;
consoleMode = "keep";
};
timeout = 5;
efi = {
canTouchEfiVariables = true;
};
};
}