NixOS: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(→‎Ausprägungen: Add genodepkgs)
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 21: Zeile 21:


Alles nixbare soll vernixt werden!
Alles nixbare soll vernixt werden!
=== [[nixos:Binary Cache]] im C3D2 ===
==== hq-cache.nix ====
<pre>
{ ... }: {
  nix = {
    binaryCaches = [ "https://nix-serve.hq.c3d2.de" ];
    binaryCachePublicKeys = [ "nix-serve.hq.c3d2.de:FEi9GyFkou1Ua8INaEKmuGaww9E5y3XwrNGNRfKYeLo=" ];
  };
}
</pre>


== Lernen ==
== Lernen ==


* https://nixos.org/manual/nixos/
** https://nixos.org/manual/nixos/unstable/
* https://nixcloud.io/tour/
* https://nixcloud.io/tour/


Zeile 54: Zeile 43:
* https://media.ccc.de/b/conferences/nixcon
* https://media.ccc.de/b/conferences/nixcon
* https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg
* https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg
; [https://2020.nixcon.org/ NixCon 2020]: 2020-10-16 -18 (online)<!--
* [https://www.youtube.com/playlist?list= YouTube: Channel ''NixCon'': Playlist ''NixCon 2020'']-->


; [https://2019.nixcon.org/ NixCon 2019]: 2019-10-25 -27 Brno
; [https://2019.nixcon.org/ NixCon 2019]: 2019-10-25 -27 Brno
Zeile 79: Zeile 71:


[https://spectrum-os.org/ Spectrum] verwendet Nix
[https://spectrum-os.org/ Spectrum] verwendet Nix
==== Genodepkgs ====
[https://sr.ht/~ehmry/genodepkgs/ Genodepkgs]: Work in progress [[NixOS]] derivative based on the Genode OS framework.


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

Version vom 29. Oktober 2020, 10:38 Uhr

Nix

Nixpkgs

beim C3D2

NixOS modules:

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

Umwelt

Konferenzen

NixCon

NixCon 2020
2020-10-16 -18 (online)
NixCon 2019
2019-10-25 -27 Brno
NixCon 2018
NixCon 2017
NixCon 2015

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.

Siehe auch

Weblinks