NixOS Wiki: Difference between revisions

From NixOS Wiki
imported>Fadenb
No edit summary
Weijia (talk | contribs)
Delete "package repository" after Nixpkgs, to be consistent with NixOS (which is not named "NixOS operating system")
 
(146 intermediate revisions by 35 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
__NOTOC__
<!-- NOTE: Please don't change the layout/categorizing without first coordinating with the other editors. -->
<!-- NOTE: Feel free to add/edit content though! -->
<!-- NOTE: Removing those notes and/or disregarding this is not only rude, but should be considered defacement. -->
<div class="row home-panes">
    <div class="col-md-7">
{{home:box|get-started|icon=clarifications|Getting started|
This is the official NixOS Wiki.
It includes topics not covered in the [https://nixos.org/nixos/manual NixOS Manual]: NixOS user guides, configuration examples, and troubleshooting tips.


== Welcome to the '''unofficial''' NixOS Wiki! ==
<!--T:2-->
NixOS is a Linux operating system based on the Nix package manager and the Nixpkgs package repository.


Take a look at [[{{ns:4}}:About]]<!-- [[{{SITENAME}}:About]] !-->.
<!--T:3-->
Newcomers to NixOS are encouraged to read the [[Nix Ecosystem|Nix Core Ecosystem]] overview article to get a comprehensive orientation. For more specific introductions, see:
* [[Overview_of_the_NixOS_Linux_distribution|NixOS]]
* [[Nix package manager]]
* [[Nixpkgs]]
* [[Overview of the Nix Language |Nix Language]]
If you want to try Nix standalone in another Linux distribution or on a Mac, take your first steps on [https://nix.dev nix.dev].


== Getting started ==
<!--T:4-->
Much great additional tooling exists in the Nix ecosystem such as:


=== Manuals ===
<!--T:12-->
* [[Home Manager|Home Manager]], a system for managing user profile & home directory contents
* [[Flakes|Nix Flakes]], an experimental feature for managing dependencies of Nix projects


<!--T:13-->
These add complexity and may be confusing at first, and you may even decide that you don't need them.
Start with plain Nix/NixOS, and only integrate Home Manager and/or Flakes into your setup once you're confident with Nix/NixOS and comprehend their significance.}}
<!--T:5-->
{{home:box|hosting|icon=cloud|Setting up NixOS|
<!-- once ready: * On your computer, with [[NixOS Installation Guide]] -->
* On desktop, with [[NixOS as a desktop]]
* On ARM, with [[NixOS on ARM]]
* In the cloud, with [[NixOS friendly hosters]]
}}
<!--T:6-->
{{home:box|doctopics|icon=manual|Documentation topics|
First stop should be [[Resources]], which serves as a gateway to the most important documentation. Some highlights below.
<!--T:7-->
Primary reference material:
* [https://nixos.org/nixos/manual/ NixOS manual]
* [https://nixos.org/nix/manual/ Nix manual]
* [https://nixos.org/nix/manual/ Nix manual]
* [https://nixos.org/nixos/manual/ NixOS manual]
* [https://nixos.org/nixpkgs/manual/ Nixpkgs manual]
* [https://nixos.org/nixpkgs/manual/ Nixpkgs manual]
* [https://nixos.org/nixops/manual/ NixOps manual]
* [https://nixos.org/hydra/manual/ Hydra manual]
* [[Cheatsheet]]


=== Clarifications ===
<!--T:8-->
Major page categories:
* [[:{{ns:14}}:Software|Software]]
* [[:{{ns:14}}:Hardware|Hardware]]
* [[:{{ns:14}}:Desktop|Desktop]] - how to setup PCs
* [[:{{ns:14}}:Server|Server]] - how to setup servers
* [[:{{ns:14}}:Community|Community]] - people, communication, work on NixOS


<!--T:9-->
See also:
* [[FAQ]]
* [[FAQ]]
* [[Nixpkgs vs other packagers]]
* [[Nix vs. Linux Standard Base]]
* [[Cheatsheet|the differences between Ubuntu and NixOS]]
* [[Terms and Definitions in Nix Project]]
 
* [[Cheatsheet]]
== Get in touch ==
* [[Ubuntu vs. NixOS|Comparison between Ubuntu and NixOS]]
 
}}
*[http://nixos.org/nixos/community.html Our Community]
* Mailing list: [https://groups.google.com/forum/#!forum/nix-devel nix-devel]
* IRC: [irc://irc.freenode.net/nixos ''#nixos'' on freenode]
** Developers: [irc://irc.freenode.net/nixos-dev ''#nixos-dev'' on freenode]
** Wiki: [irc://irc.freenode.net/nixos-wiki ''#nixos-wiki'' on freenode]
* Bugtracker: [https://github.com/NixOS/nixpkgs/issues issues (for Nixpkgs) on GitHub]
 
; See also: [[Get Involved]]
 
== Hosting Providers ==
 
* [[NixOS friendly hosters]]
 
== News ==
 
* 2017-06-28: Login via GitHub has been enabled
** We are still working out some kinks. If you encounter any errors please contact [[User:Fadenb]]
* 2017-08-21: More content
** The content of [https://github.com/nixos-users/wiki/wiki nixos-users' wiki] is already integrated


== {{SITENAME}} ==
<!--T:10-->
{{home:box|wikipages|Special pages|3=<ul>
<li><span class="plainlinks">[{{fullurl:Special:SpecialPages}} Overview of special pages]</span></li>
<li><span class="plainlinks">[{{fullurl:Special:AllPages|hideredirects=1}} All pages of {{SERVERNAME}}]</span></li>
<li>[[Special:Categories|All categories of {{SERVERNAME}}]]</li>
<li>[{{fullurl:Special:RecentChanges|hidebots=1&reviewStatus=unpatrolled}} Unpatrolled changes of {{SERVERNAME}}]</li>
</ul>}}
    </div>
    <div class="col-md-5">
{{home:box|get-in-touch|icon=dialog-hi|Get in touch|
<b>With the community</b>
* [https://nixos.org/ Official NixOS website]
* [https://nixos.org/community/#governance-teams Official Teams]
* [[Nix Community|Community overview]]
* [[Get In Touch|Chats and forums]]
* [[Support|Get support]]
* [[Get In Touch#Events|Events]]


* [[Special:AllPages|All Pages of {{SERVERNAME}}]]
<!--T:11-->
* [[Special:Categories|All Categories of {{SERVERNAME}}]]
<b>About the Wiki</b>
* Matrix chat for Wiki contributors [https://matrix.to/#/#wiki:nixos.org #wiki:nixos.org]
* Email [mailto:wiki@nixos.org wiki@nixos.org] for contacting wiki.nixos.org regarding any wiki operational topics or requests
* [[Contributing|Contribute to wiki and NixOS]]
* [[Manual of Style]]
}}
{{home:box|news|News|{{NixOS_Wiki:News}}
[[NixOS_Wiki:News{{!}}... all news articles &rarr;]]
}}
    </div>
</div>
</translate>

Latest revision as of 21:19, 2 January 2025

 Getting started

This is the official NixOS Wiki. It includes topics not covered in the NixOS Manual: NixOS user guides, configuration examples, and troubleshooting tips.

NixOS is a Linux operating system based on the Nix package manager and the Nixpkgs package repository.

Newcomers to NixOS are encouraged to read the Nix Core Ecosystem overview article to get a comprehensive orientation. For more specific introductions, see:

If you want to try Nix standalone in another Linux distribution or on a Mac, take your first steps on nix.dev.

Much great additional tooling exists in the Nix ecosystem such as:

  • Home Manager, a system for managing user profile & home directory contents
  • Nix Flakes, an experimental feature for managing dependencies of Nix projects

These add complexity and may be confusing at first, and you may even decide that you don't need them. Start with plain Nix/NixOS, and only integrate Home Manager and/or Flakes into your setup once you're confident with Nix/NixOS and comprehend their significance.

 Setting up NixOS

 Documentation topics

First stop should be Resources, which serves as a gateway to the most important documentation. Some highlights below.

Primary reference material:

Major page categories:

See also:

 Get in touch

With the community

About the Wiki

 News

2024-09-02Wiki editors use Manual of Style

The Wiki team discussed and put into effect the Manual of Style for editing wiki articles. This is a huge step towards clear and consistent documentation. All editors are encouraged to follow this guide.

2024-08-22Wiki editors meeting

All interested wiki editors meet on 22th of August at 21:15 CEST in a Jitsi conference.

Agenda: https://pad.lassul.us/wiki-agenda?view

2024-07-05Wiki editors meeting

All interested wiki editors meet on 5th of July at 13:00 CEST in a Jitsi conference.

2024-04-01Launch of the wiki

The official NixOS wiki has taken off! If you want to find out why there is a new wiki effort, check out the FAQ.

... all news articles →