NixOS: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(19 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
[https://nixos.org {{PAGENAME}}] ([[wikipedia:de:NixOS]] [[wikipedia:en:NixOS]]) ist ein [[Betriebssystem]][[category:Betriebssystem]], das [[GNU/Linux]][[category:GNU/Linux]] verwendet.
{{PAGENAME}} basiert auf [[#Nix ist ein Programm zur Paketverwaltung | dem Programm zur Paketverwaltung]] Nix[[category:C++]] ([[wikipedia:en:Nix (package manager)]]), wofür es [[#Nix ist eine Programmiersprache | die Programmiersprache]] Nix[[category:Nix]] gibt.
== Nix ==
== Nix ==


[[Datei:Nixcult.jpg|frameless|border|]]
[[Datei:Nixcult.jpg|frameless|border|]]


=== Nixpkgs ===
=== Nix ist eine Programmiersprache ===
[[category:Nix]]
 
=== Nix ist ein Programm zur Paketverwaltung ===
[[category:C++]]
 
==== Alternativen zur Paketverwaltung ====
 
===== Tvix =====
 
Nix in [[Rust]][[category:Rust]] statt [[C++]]
 
Tvix hat nicht die Absicht Nix zu ersetzten.<ref>https://tvl.fyi/blog/rewriting-nix</ref>
 
* https://tvix.dev/
** https://tvl.su/
** https://code.tvl.fyi/about/tvix
 
=== Nixpkgs sind Bauanleitungen für und zu Paketen ===


== beim [[C3D2]] ==
=== NixOS ist ein Betriebssystem ===


NixOS modules: https://gitea.c3d2.de/C3D2/nix-config
== Alternativen zu Nix ==


Nix flake
* [[Guix]]
** [[Guile]]


Add to local registry
== beim [[C3D2]] ==
: <syntaxhighlight lang="bash">
nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config
</syntaxhighlight>


Show contents of c3d2 flake
NixOS Konfiguration der Infrastruktur https://gitea.c3d2.de/C3D2/nix-config
: <syntaxhighlight lang="bash">
nix flake show c3d2
</syntaxhighlight>


=== nix@chat.c3d2.de ===
=== nix@chat.c3d2.de ===
Zeile 37: Zeile 54:
** https://nixos.org/manual/nixos/unstable/
** https://nixos.org/manual/nixos/unstable/
* https://nixcloud.io/tour/
* https://nixcloud.io/tour/
* https://nixcademy.com/cheatsheet.html


==== Vorstellungen ====
==== Vorstellungen ====
Zeile 44: Zeile 62:
* [https://media.ccc.de/v/warpzone-55000-einfuehrung-in-nixos media.ccc.de (events  jev22) '''''Einfuehrung in NixOS''''' (Felix Ulonska (Jabbi)) 2022-12-28]
* [https://media.ccc.de/v/warpzone-55000-einfuehrung-in-nixos media.ccc.de (events  jev22) '''''Einfuehrung in NixOS''''' (Felix Ulonska (Jabbi)) 2022-12-28]
* [https://media.ccc.de/v/glt23-379-alles-nix-reproduzierbar-deklarativ-zuverlssig media.ccc.de (conferences  glt  2023) '''''Alles Nix - Reproduzierbar, Deklarativ, Zuverlässig''''' (Matthias Thym) 2023-04-15]
* [https://media.ccc.de/v/glt23-379-alles-nix-reproduzierbar-deklarativ-zuverlssig media.ccc.de (conferences  glt  2023) '''''Alles Nix - Reproduzierbar, Deklarativ, Zuverlässig''''' (Matthias Thym) 2023-04-15]
==== Bücher ====
* https://nixos-and-flakes.thiscute.world/
** [[github:ryan4yin/nixos-and-flakes-book]]


== Umwelt ==
== Umwelt ==
Zeile 55: Zeile 78:
* [[#Unternehmen]]
* [[#Unternehmen]]
* https://flakehub.com/
* https://flakehub.com/
* https://flakestry.dev/
** https://staging.flakestry.dev/
* https://history.nix-packages.com/


== Foundation ==
== Foundation ==
Zeile 154: Zeile 180:
==== Nix-Gui ====
==== Nix-Gui ====


<s>[[github:lapp0/nix-gui]]</s>
* https://github.com/nix-gui/nix-gui
[[github:nix-gui/nix-gui]]


* https://discourse.nixos.org/t/15409
* https://discourse.nixos.org/t/15409
==== Snowfall ====
* https://snowfall.org/
* https://snowfall.org/guides/lib/quickstart/
* [[github:snowfallorg/nixos-conf-editor]]
* [[github:snowfallorg/nix-software-center]]
* [[github:snowfallorg/icicle]]


=== Werkzeuge zur Sprache ===
=== Werkzeuge zur Sprache ===
Zeile 169: Zeile 202:
=== Werkzeuge zur Einrichtung ===
=== Werkzeuge zur Einrichtung ===
: aka deployment
: aka deployment
==== NixOps ====
default tool


==== krops ====
==== krops ====
Zeile 262: Zeile 291:


* [[github:astro/skyflake]]
* [[github:astro/skyflake]]
==== cLAN ====
* https://clan.lol/
** https://git.clan.lol/
cLAN aims to offer a compelling alternative to the ever-increasing centralization of the internet.


=== Auswüchse ===
=== Auswüchse ===
Zeile 277: Zeile 313:


[[#Veierland Intelligence AS]]
[[#Veierland Intelligence AS]]
==== Nixified AI ====
* https://nixified.ai/


== Unternehmen ==
== Unternehmen ==
Zeile 319: Zeile 359:


Mayflower GmbH
Mayflower GmbH
https://mayflower.de/


==== Flying Circus ====
==== Flying Circus ====
https://flyingcircus.io/


== Siehe auch ==
== Siehe auch ==

Version vom 13. März 2024, 18:16 Uhr

NixOS (wikipedia:de:NixOS wikipedia:en:NixOS) ist ein Betriebssystem, das GNU/Linux verwendet.

NixOS basiert auf dem Programm zur Paketverwaltung Nix (wikipedia:en:Nix (package manager)), wofür es die Programmiersprache Nix gibt.

Nix

Nix ist eine Programmiersprache

Nix ist ein Programm zur Paketverwaltung

Alternativen zur Paketverwaltung

Tvix

Nix in Rust statt C++

Tvix hat nicht die Absicht Nix zu ersetzten.[1]

Nixpkgs sind Bauanleitungen für und zu Paketen

NixOS ist ein Betriebssystem

Alternativen zu Nix

beim C3D2

NixOS Konfiguration der Infrastruktur https://gitea.c3d2.de/C3D2/nix-config

nix@chat.c3d2.de

Verwendung im C3D2

Seit 2017 ist ein Trend zu NixOS zu erkennen! :-D

Alles nixbare soll vernixt werden!

Lernen

Vorstellungen

Bücher

Umwelt

Foundation

NixOS Foundation

Gruppen

Übersichten zu Gruppen

https://nix.ug/

Veranstaltungen

Konferenzen

NixCon

NixCon 2023[2]
2023-09-08 -10[3]
Darmstadt
NixCon 2022[4]
2022-10-20 -22
Paris
NixCon 2020
2020-10-16 -18
(online)
NixCon 2019
2019-10-25 -27
Brno
NixCon 2018
NixCon 2017
NixCon 2015

Treffen

Nix meetup Dresden

https://discourse.nixos.org/t/24396

Das 1. Treffen (2023-01-26T18:00) fand - auf Initiative von m1-s in der Bar Zapfanstalt statt. Es nahmen über 10 Personen (überwiegend von Cyberus Technology GmbH und uns) teil.

Das 2. Treffen (2023-02-23) wurde durch (und bei) uns ausgerichtet.[5]

Das 3. Treffen (2023-04-06T18:00) fand im Café ascii (Fakultät Informatik TU Dresden) statt.


Das 4. Treffen (2023-05-11T18:00) fand bei Cyberus Technology GmbH statt.


Das 5. Treffen (2023-06-29T18:00) soll bei GoTo stattfinden.

The Leipzig NixOS User Group

https://leipzig.nix.ug/

Aktionen

Summer of Nix

zur SoN

Summer of Nix 2022

nix.party

nix.party
#Determinate Systems

Ergänzungen

visuelle Darstellung

Nix-Gui

Snowfall

Werkzeuge zur Sprache

aka formating
aka linting

nixpkgs-fmt WASM

https://nix-community.github.io/nixpkgs-fmt/

Werkzeuge zur Einrichtung

aka deployment

krops

morph

morph Anleitungen

weitere Werkzeuge zur Einrichtung

[6]

  • Colmena
  • deploy-rs
  • kubenix
  • kubernix
  • Nixery
  • pushnix
  • terraform-nixos
  • autoUpdate
  • bento

Ausprägungen

Mobile NixOS

NixOS & Co fürs Mobilgerät (Smartphone): "NixOS, on your phone"

github:NixOS/mobile-nixos

Spectrum

Spectrum verwendet Nix

Genodepkgs

Genodepkgs: Work in progress NixOS derivative based on the Genode OS framework.

DevOS

https://devos.divnix.com/

SnowflakeOS

https://snowflakeos.org/

Simple Nixos Mailserver

kurz SNM

gitlab:simple-nixos-mailserver/nixos-mailserver

Server-optimised NixOS

github:arianvp/server-optimised-nixos

not-os

github:cleverca22/not-os

vpsAdminOS
von vpsFree.cz
gelegentlich auch Teil der CLT[7]

MicroVM.nix

von user:Astro
Vorstellung
(Datenspuren 2022) Vortrag Flexible Virtualisierung mit NixOS (mit aufgezeichneten Video microvm.nix)
Skyflake
von user:Astro
Hyperconverged Infrastructure for NixOS
Siehe auch
NixHCI

cLAN

cLAN aims to offer a compelling alternative to the ever-increasing centralization of the internet.

Auswüchse

FreeBSD

Dienstleistungen

MyNixOS

#Veierland Intelligence AS

Nixified AI

Unternehmen

Tweag

https://www.tweag.io/

Numtide

https://numtide.com/

Determinate Systems

https://determinate.systems/

flox

https://floxdev.com/

nixbuild.net

https://nixbuild.net/

Nix.How

https://nix.how/

weitere Unternehmen

Serokell

https://serokell.io/

Mayflower

Mayflower GmbH

https://mayflower.de/

Flying Circus

https://flyingcircus.io/

Siehe auch

Weblinks