Correct boot module structure

This commit is contained in:
SebastianStork 2024-06-04 17:39:17 +02:00
parent 646fcbf7ec
commit 347d359863
4 changed files with 9 additions and 9 deletions

View file

@ -8,8 +8,8 @@
networking.hostName = "north";
myConfig = {
boot-loader = {
systemd-boot.enable = true;
boot = {
loader.systemd-boot.enable = true;
silent = true;
};