Configuration Collection: Difference between revisions

From NixOS Wiki
imported>Samueldr
m s/=/==/g → no h1 allowed on page!
imported>Samueldr
reviews appearance, makes it easy to sort (one `:sort i` away)
Line 1: Line 1:
<!--
!!! Sort alphabetically, by the name shown.
-->
== NixOS configurations ==
== NixOS configurations ==
An '''alphabetically sorted list''' of different configuration repositories by the community members # NixOS configuration Host configuration for specific use cases.


<!-- Sort alphabetically by the name shown. Do not "automatically" sort using the whole line ☹ -->
'''Alphabetically sorted lists''' of different configuration repositories, by the community members of NixOS.
* [https://github.com/areina/nixos-config @areina's NixOS config]
* [https://github.com/barrucadu/nixfiles @barrucadu's NixOS config]
* [https://github.com/bennofs/etc-nixos @bennofs's NixOS config]
* [https://github.com/davidak/nixos-config @davidak's NixOS config]
* [https://github.com/sjau/nixos @hyper_ch's NixOS config]
* [https://github.com/ixxie/fluxstack @ixxie's NixOS config]
* [https://github.com/jwiegley/nix-config @jwiegley's NixOS config]
* [https://github.com/mogria/nixos-config @mogria's NixOS config]
* [https://github.com/mxjessie/nixos-configs @mxjessie's NixOS config]
* [https://github.com/netcave/nix-files @netcave's NixOS config]
* [https://github.com/nickjanus/nixos-config @nickjanus's NixOS config]
* [https://github.com/openlab-aux/vuizvui @OpenLab-aux's NixOS config]
* [https://github.com/peel/dotfiles/tree/master/nix/.nixpkgs @peel's NixOS config]
* [https://github.com/prikhi/nixos-config @prikhi's NixOS config]
* [https://github.com/pSub/configs/tree/master/nixos @pSub's NixOS config]
* [https://gitlab.com/samueldr/nixos-configuration @samueldr's NixOS config]
* [https://github.com/sheenobu/nixos @sheenobu's NixOS config]
* [https://github.com/snabblab/snabblab-nixos @SnabbLab's NixOS config]
* [https://github.com/taktoa/server-config @taktoa's NixOS config]
* [https://github.com/trishume/nixfiles @trishume's NixOS config]
* [https://github.com/NixOS/nixos-hardware nixos-hardware] - NixOS code snippets for dedicated hardware
* [http://cgit.krebsco.de/stockholm/tree/ stockholm] configuration and deployment of machines owned by the members of <code>#krebs</code>


== '''$HOME/.nixpkgs''' configuration ==
{|class="table"
|+Hardware configurations
{{Configuration_Collection/line|nixos-hardware - NixOS code snippets for dedicated hardware|https://github.com/NixOS/nixos-hardware}}
|}
{|class="table"
|+System configurations
{{Configuration_Collection/line|@areina's NixOS config|https://github.com/areina/nixos-config}}
{{Configuration_Collection/line|@barrucadu's NixOS config|https://github.com/barrucadu/nixfiles}}
{{Configuration_Collection/line|@bennofs's NixOS config|https://github.com/bennofs/etc-nixos}}
{{Configuration_Collection/line|@davidak's NixOS config|https://github.com/davidak/nixos-config}}
{{Configuration_Collection/line|@hyper_ch's NixOS config|https://github.com/sjau/nixos}}
{{Configuration_Collection/line|@ixxie's NixOS config|https://github.com/ixxie/fluxstack}}
{{Configuration_Collection/line|@jwiegley's NixOS config|https://github.com/jwiegley/nix-config}}
{{Configuration_Collection/line|@mogria's NixOS config|https://github.com/mogria/nixos-config}}
{{Configuration_Collection/line|@mxjessie's NixOS config|https://github.com/mxjessie/nixos-configs}}
{{Configuration_Collection/line|@netcave's NixOS config|https://github.com/netcave/nix-files}}
{{Configuration_Collection/line|@nickjanus's NixOS config|https://github.com/nickjanus/nixos-config}}
{{Configuration_Collection/line|@OpenLab-aux's NixOS config|https://github.com/openlab-aux/vuizvui}}
{{Configuration_Collection/line|@peel's NixOS config|https://github.com/peel/dotfiles/tree/master/nix/.nixpkgs}}
{{Configuration_Collection/line|@prikhi's NixOS config|https://github.com/prikhi/nixos-config}}
{{Configuration_Collection/line|@pSub's NixOS config|https://github.com/pSub/configs/tree/master/nixos}}
{{Configuration_Collection/line|@samueldr's NixOS config|https://gitlab.com/samueldr/nixos-configuration}}
{{Configuration_Collection/line|@sheenobu's NixOS config|https://github.com/sheenobu/nixos}}
{{Configuration_Collection/line|@SnabbLab's NixOS config|https://github.com/snabblab/snabblab-nixos}}
{{Configuration_Collection/line|@taktoa's NixOS config|https://github.com/taktoa/server-config}}
{{Configuration_Collection/line|@trishume's NixOS config|https://github.com/trishume/nixfiles}}
{{Configuration_Collection/line|stockholm configuration and deployment of machines owned by the members of <code>#krebs</code>|http://cgit.krebsco.de/stockholm/tree/}}
|}


* [https://github.com/akavel/nix-config @akavel's Nixpkgs config]
== User configuration ==
* [https://github.com/pSub/configs/blob/master/nix/.config/nixpkgs/config.nix @pSub's Nixpkgs config]
 
* [https://github.com/matthewbauer/nixpkgs-config @matthewbauer's Nixpkgs config]
{|class="table"
|+<code>~/.nixpkgs</code> configuration
{{Configuration_Collection/line| @akavel's Nixpkgs config|https://github.com/akavel/nix-config}}
{{Configuration_Collection/line| @matthewbauer's Nixpkgs config|https://github.com/matthewbauer/nixpkgs-config}}
{{Configuration_Collection/line| @pSub's Nixpkgs config|https://github.com/pSub/configs/blob/master/nix/.config/nixpkgs/config.nix}}
|}
<!--
{|class="table"
|+home-manager configuration
|}
-->


== NixOps configuration ==
== NixOps configuration ==


* [https://github.com/headcounter/deployment @headcounter's NixOps config]
{|class="table"
* [https://github.com/LnL7/nix-docker @LnL7's NixOS docker config]
{{Configuration_Collection/line| @headcounter's NixOps config|https://github.com/headcounter/deployment}}
* [https://github.com/pSub/configs/tree/master/nixops/configurations @pSub's NixOps config]
{{Configuration_Collection/line| @LnL7's NixOS docker config|https://github.com/LnL7/nix-docker}}
* [https://github.com/input-output-hk/iohk-nixops IOHK], blockchain startup, open-sources it's NixOps infrastructure.
{{Configuration_Collection/line| @pSub's NixOps config|https://github.com/pSub/configs/tree/master/nixops/configurations}}
{{Configuration_Collection/line| IOHK, blockchain startup, open-sources it's NixOps infrastructure.|https://github.com/input-output-hk/iohk-nixops}}
|}


== Projects using nix ==
== Projects using nix ==


* [https://code.rhodecode.com/rhodecode-enterprise-ce/files/tip/ Rhodecode] is using Nix for building it's Python VCS server (as of 2017-09-07: 500 error)
{|class="table"
|[https://code.rhodecode.com/rhodecode-enterprise-ce/files/tip/ Rhodecode]
|are using Nix for building it's Python VCS server.
|}


== Overlays ==
== Overlays ==


see [[Alternative Package Sets]]
see [[Alternative Package Sets]]

Revision as of 21:57, 30 December 2017