Dual Booting NixOS and Windows: Difference between revisions
m Add category booting |
m Updated syntax |
||
| Line 84: | Line 84: | ||
* the <code>boot.loader.systemd-boot.enable = true;</code> line added to configuration.nix by <code>nixos-generate-config</code> has been removed | * the <code>boot.loader.systemd-boot.enable = true;</code> line added to configuration.nix by <code>nixos-generate-config</code> has been removed | ||
{{File| | {{File|3={ config, ... }: | ||
{ config, ... }: | |||
{ | { | ||
| Line 114: | Line 113: | ||
} | } | ||
''; | ''; | ||
}; | }; | ||
}; | }; | ||
} | }|name=/etc/nixos/configuration.nix|lang=nix}} | ||
==== EFI with multiple disks ==== | ==== EFI with multiple disks ==== | ||