NixOS Wiki: Difference between revisions

From NixOS Wiki
imported>Fadenb
m Testing mobile skin
Klinger (talk | contribs)
m added MoS to wiki section on front page
 
(139 intermediate revisions by 30 users not shown)
Line 1: Line 1:
__NOTOC__
<languages/>
= Welcome to the '''unofficial''' NixOS Wiki! =
<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.


Take a look at [[{{ns:4}}:About]]<!-- [[{{SITENAME}}:About]] !-->.
<!--T:2-->
NixOS is a Linux operating system based on the Nix package manager and the Nixpkgs package repository.


== Getting started ==
<!--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].


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


* [https://nixos.org/nix/manual/ Nix manual]
<!--T:12-->
* [https://nixos.org/nixos/manual/ NixOS manual]
* Home-manager to manage user profile & home directory contents
* [https://nixos.org/nixpkgs/manual/ Nixpkgs manual]
* Nix Flakes instead of nix-channel
* [https://nixos.org/nixops/manual/ NixOps manual]
* [[Cheatsheet]]


=== Clarifications ===
<!--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.}}


* [[FAQ]]
<!--T:5-->
* [[Nixpkgs vs other packagers]]
{{home:box|hosting|icon=cloud|Setting up NixOS|
* [[Cheatsheet|the differences between Ubuntu and 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]]
}}


== Get in touch ==
<!--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.


*[http://nixos.org/nixos/community.html Our 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]
** Developers: [irc://irc.freenode.net/nixos-dev ''#nixos-dev'' on freenode]
* [https://nixos.org/nix/manual/ Nix manual]
** Wiki: [irc://irc.freenode.net/nixos-wiki ''#nixos-wiki'' on freenode]
* [https://nixos.org/nixpkgs/manual/ Nixpkgs manual]
* Bugtracker: [https://github.com/NixOS/nixpkgs/issues issues (for Nixpkgs) on GitHub]
* [https://nixos.org/hydra/manual/ Hydra manual]


; See also: [[Get Involved]]
<!--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


== Hosting Providers ==
<!--T:9-->
 
See also:
* [[NixOS friendly hosters]]
* [[FAQ]]
 
* [[Nix vs. Linux Standard Base]]
== News ==
* [[Terms and Definitions in Nix Project]]
 
* [[Cheatsheet|Cheatsheet / Comparison between Ubuntu and NixOS]]
* 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]
* [[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 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 →