Skip to content

Commit

Permalink
Enable Netbootxyz
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Dec 14, 2024
1 parent e9259f3 commit 0d6806b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/common/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# Use the systemd-boot EFI boot loader.
boot = {
loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
netbootxyz.enable = true;
};
efi.canTouchEfiVariables = true;
};
tmp.cleanOnBoot = true;
Expand Down

0 comments on commit 0d6806b

Please sign in to comment.