mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Correct boot module structure
This commit is contained in:
parent
646fcbf7ec
commit
347d359863
4 changed files with 9 additions and 9 deletions
|
|
@ -8,8 +8,8 @@
|
|||
networking.hostName = "north";
|
||||
|
||||
myConfig = {
|
||||
boot-loader = {
|
||||
systemd-boot.enable = true;
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue