NixOS: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(15 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/
* https://nixcloud.io/tour/


<pre>
== Umwelt ==
{ ... }: {
 
  nix = {
* https://nixos.wiki/
    binaryCaches = [ "https://nix-serve.hq.c3d2.de" ];
* https://nix-community.com/
    binaryCachePublicKeys = [ "nix-serve.hq.c3d2.de:FEi9GyFkou1Ua8INaEKmuGaww9E5y3XwrNGNRfKYeLo=" ];
* https://nixcloud.io/
  };
* [[#Konferenzen]]
}
</pre>


== Konferenzen ==
== Konferenzen ==
Zeile 43: 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 56: 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 ====
<s>[[github:lapp0/nix-gui]]</s>
[[github:nix-gui/nix-gui]]
* https://discourse.nixos.org/t/15409
== Ausprägungen ==
==== Mobile NixOS ====
[[NixOS]] & Co fürs Mobilgerät ([[Smartphone]]): "[[NixOS]], on your phone"
[[github:NixOS/mobile-nixos]]
==== Spectrum ====
[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 ==
Zeile 64: Zeile 121:
* Vorstellung
* Vorstellung
** [https://blog.binaergewitter.de/2017/09/24/binaergewitter-spezial-7-nixos Sendung ''Binärgewitter'' Spezial #7: NixOS]
** [https://blog.binaergewitter.de/2017/09/24/binaergewitter-spezial-7-nixos Sendung ''Binärgewitter'' Spezial #7: NixOS]
* [[Proxmox#Proxmox CT NixOS]]
* [[Diskussion:BSD#FreeBSD meets Nixpkgs]]
* [[Diskussion:BSD#FreeBSD meets Nixpkgs]]
* [[GuixSD]]
* [[GuixSD]]

Version vom 10. Oktober 2021, 11:02 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 github:nix-gui/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