NixOS Wiki: Difference between revisions

From NixOS Wiki
imported>Mic92
No edit summary
Klinger (talk | contribs)
m added MoS to wiki section on front page
 
(151 intermediate revisions by 31 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 [[NixOS_Wiki: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:
* [[NixOS]]
* [[Nix package manager]]
* [[Nixpkgs]] package repository
* [[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].


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


<strong>We are still in the process of setting up the wiki.</strong>
<!--T:12-->
* Home-manager to manage user profile & home directory contents
* Nix Flakes instead of nix-channel


Expect breaking changes until this message is removed.
<!--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.}}


== Getting started with Nix / NixOS ==
<!--T:5-->
* Nix [http://nixos.org/nix/manual/ manual]
{{home:box|hosting|icon=cloud|Setting up NixOS|
* NixOS [http://nixos.org/nixos/manual/ manual]
<!-- once ready: * On your computer, with [[NixOS Installation Guide]] -->
* Nixpkgs [http://nixos.org/nixpkgs/manual/ manual]
* On desktop, with [[NixOS as a desktop]]
* NixOps [http://hydra.nixos.org/job/nixops/master/tarball/latest/download-by-type/doc/manual manual]
* On ARM, with [[NixOS on ARM]]
* NixOS [[Cheatsheet]]
* In the cloud, with [[NixOS friendly hosters]]
}}


=== Why Nix and NixOS ===
<!--T:6-->
* [[FAQ]]
{{home:box|doctopics|icon=manual|Documentation topics|
* [[Nixpkgs vs other packagers]]
First stop should be [[Resources]], which serves as a gateway to the most important documentation. Some highlights below.
* [[Cheatsheet|the differences between Ubuntu and NixOS]]


== Our [http://nixos.org/nixos/community.html community] ==
<!--T:7-->
* Mailing list: [https://groups.google.com/forum/#!forum/nix-devel nix-devel]
Primary reference material:
* IRC: [irc://irc.freenode.net/nixos #nixos] on freenode
* [https://nixos.org/nixos/manual/ NixOS manual]
* Bugtracker: [https://github.com/NixOS/nixpkgs/issues Nixpkgs]
* [https://nixos.org/nix/manual/ Nix manual]
* See also [[Get involved]]
* [https://nixos.org/nixpkgs/manual/ Nixpkgs manual]
* [https://nixos.org/hydra/manual/ Hydra manual]


== Hosting Providers ==
<!--T:8-->
* [[NixOS friendly hosters]]
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


== Tutorials ==
<!--T:9-->
* [[NixOS on ZFS]]
See also:
* [[FAQ]]
* [[Nix vs. Linux Standard Base]]
* [[Terms and Definitions in Nix Project]]
* [[Cheatsheet|Cheatsheet / Comparison between Ubuntu and NixOS]]
}}


== News ==
<!--T:10-->
* 2017-06-28: Login via GitHub has been enabled
{{home:box|wikipages|Special pages|3=<ul>
** We are still working out some kinks. If you encounter any errors please contact [[User:Fadenb]]
<li><span class="plainlinks">[{{fullurl:Special:SpecialPages}} Overview of special pages]</span></li>
* 2017-08-21: More content
<li><span class="plainlinks">[{{fullurl:Special:AllPages|hideredirects=1}} All pages of {{SERVERNAME}}]</span></li>
** The content of [https://github.com/nixos-users/wiki/wiki nixos-users' wiki] is already integrated
<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]
* [[Nix Community|Community overview]]
* [[Get In Touch|Chats and forums]]
* [[Support|Get support]]
* [[Get In Touch#Events|Events]]


== All nixos.wiki Pages ==
<!--T:11-->
[[Special:AllPages]]
<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 20:47, 2 September 2024

 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 to manage user profile & home directory contents
  • Nix Flakes instead of nix-channel

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 →