NixOS: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(8 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 10: Zeile 10:


https://gitea.c3d2.de/C3D2/nix-config
https://gitea.c3d2.de/C3D2/nix-config
Nix flake
<source shell>
nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config
# Add to local registry
nix flake show c3d2
# Show contents of c3d2 flake
</source>


=== nix@chat.c3d2.de ===
=== nix@chat.c3d2.de ===
Zeile 22: Zeile 32:
Alles nixbare soll vernixt werden!
Alles nixbare soll vernixt werden!


=== [[nixos:Binary Cache]] im C3D2 ===
== Lernen ==


==== hq-cache.nix ====
* https://nixos.org/manual/nixos/
 
** https://nixos.org/manual/nixos/unstable/
<pre>
* https://nixcloud.io/tour/
{ ... }: {
  nix = {
    binaryCaches = [ "https://nix-serve.hq.c3d2.de" ];
    binaryCachePublicKeys = [ "nix-serve.hq.c3d2.de:FEi9GyFkou1Ua8INaEKmuGaww9E5y3XwrNGNRfKYeLo=" ];
  };
}
</pre>


== Umwelt ==
== Umwelt ==
Zeile 39: Zeile 42:
* https://nixos.wiki/
* https://nixos.wiki/
* https://nix-community.com/
* https://nix-community.com/
* https://nixcloud.io/
* [[#Konferenzen]]
* [[#Konferenzen]]


Zeile 49: Zeile 53:
* 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 62: Zeile 69:
* https://media.ccc.de/c/nixcon2015
* https://media.ccc.de/c/nixcon2015
* [https://www.youtube.com/watch?v=QvH5qU1qBXY&list=PL_IxoDz1Nq2Y7mIxMZ28mVtjRbbnlVdmy YouTube: Channel ''media.ccc.de'': Playlist ''NixCon 2015'']
* [https://www.youtube.com/watch?v=QvH5qU1qBXY&list=PL_IxoDz1Nq2Y7mIxMZ28mVtjRbbnlVdmy YouTube: Channel ''media.ccc.de'': Playlist ''NixCon 2015'']
== Ergänzungen ==
==== Nix-Gui ====
[[github:lapp0/nix-gui]]


== Ausprägungen ==
== Ausprägungen ==
Zeile 74: Zeile 87:


[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.
==== 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]]
=== Auswüchse ===
==== [[FreeBSD]] ====
* [[freshports:sysutils/nix]]


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

Version vom 3. Juli 2021, 17:42 Uhr

Nix

Nixpkgs

beim C3D2

NixOS modules:

https://gitea.c3d2.de/C3D2/nix-config

Nix flake

nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config
# Add to local registry

nix flake show c3d2
# Show contents of c3d2 flake


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

Ergänzungen

Nix-Gui

github:lapp0/nix-gui

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.

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

Auswüchse

FreeBSD

Siehe auch

Weblinks