Skip to content

Commit

Permalink
Update NixOS wiki link (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: NixOS Wiki <[email protected]>
  • Loading branch information
wiki-nixos and NixOS Wiki authored Jan 22, 2025
1 parent 63fa09e commit c980499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/home/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"NixOS Wiki" = {
urls = [
{
template = "https://nixos.wiki/index.php?search={searchTerms}";
template = "https://wiki.nixos.org/index.php?search={searchTerms}";
}
];
iconUpdateURL = "https://nixos.wiki/favicon.png";
iconUpdateURL = "https://wiki.nixos.org/favicon.png";
updateInterval = 24 * 60 * 60 * 1000; # every day
definedAliases = ["@nix"];
};
Expand Down
2 changes: 1 addition & 1 deletion windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Simply copying the ISO to drive resulted in Windows installer that "could not locate drivers".
- Try above tool before attempting to customize the ISO.
- BIOS and booting
- See [Dual Booting NixOS and Windows](https://nixos.wiki/wiki/Dual_Booting_NixOS_and_Windows)
- See [Dual Booting NixOS and Windows](https://wiki.nixos.org/wiki/Dual_Booting_NixOS_and_Windows)
- Ideally GRUB is configured to boot Linux + Windows with Secure Boot enabled[1], but this turns out to be non-trivial/impossible.
- Use case for Secure Boot was Riot's Vanguard (anti-cheat) software, needed to play their games.

Expand Down

0 comments on commit c980499

Please sign in to comment.