This commit is contained in:
암냥 2026-08-04 19:56:38 +09:00
commit 521732e667
No known key found for this signature in database
3 changed files with 16 additions and 30 deletions

View file

@ -86,7 +86,7 @@ with pkgs;
))
inputs.notion-desktop.packages.${stdenv.hostPlatform.system}.default
inputs.notion-calendar-electron.packages.${stdenv.hostPlatform.system}.default
# inputs.notion-calendar-electron.packages.${stdenv.hostPlatform.system}.default
# inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop
proton-vpn

View file

@ -20,20 +20,6 @@
extraConfig = ''
GRUB_SAVEDEFAULT=true
'';
extraEntries = ''
menuentry "netboot.xyz" --class netboot {
search --no-floppy --file --set=root /EFI/netboot.xyz/netboot.xyz.efi
chainloader /EFI/netboot.xyz/netboot.xyz.efi
}
'';
extraInstallCommands = ''
install -Dm0644 ${pkgs.fetchurl {
url = "https://boot.netboot.xyz/ipxe/netboot.xyz.efi";
hash = "sha256-ZoAa7s8Xqru8n+ECKjRYg3uzbXTUe02ip+OqeYseM+s=";
}} /boot/EFI/netboot.xyz/netboot.xyz.efi
'';
};
# efi.canTouchEfiVariables = true;
efi.efiSysMountPoint = "/boot";