Configuration Collection: Difference between revisions
imported>Samueldr m Add my configuration |
imported>Samueldr m s/=/==/g → no h1 allowed on page! |
||
Line 1: | Line 1: | ||
= NixOS configurations = | == NixOS configurations == | ||
An '''alphabetically sorted list''' of different configuration repositories by the community members # NixOS configuration Host configuration for specific use cases. | An '''alphabetically sorted list''' of different configuration repositories by the community members # NixOS configuration Host configuration for specific use cases. | ||
Line 26: | Line 26: | ||
* [http://cgit.krebsco.de/stockholm/tree/ stockholm] configuration and deployment of machines owned by the members of <code>#krebs</code> | * [http://cgit.krebsco.de/stockholm/tree/ stockholm] configuration and deployment of machines owned by the members of <code>#krebs</code> | ||
= '''$HOME/.nixpkgs''' configuration = | == '''$HOME/.nixpkgs''' configuration == | ||
* [https://github.com/akavel/nix-config @akavel's Nixpkgs config] | * [https://github.com/akavel/nix-config @akavel's Nixpkgs config] | ||
Line 32: | Line 32: | ||
* [https://github.com/matthewbauer/nixpkgs-config @matthewbauer's Nixpkgs config] | * [https://github.com/matthewbauer/nixpkgs-config @matthewbauer's Nixpkgs config] | ||
= NixOps configuration = | == NixOps configuration == | ||
* [https://github.com/headcounter/deployment @headcounter's NixOps config] | * [https://github.com/headcounter/deployment @headcounter's NixOps config] | ||
Line 39: | Line 39: | ||
* [https://github.com/input-output-hk/iohk-nixops IOHK], blockchain startup, open-sources it's NixOps infrastructure. | * [https://github.com/input-output-hk/iohk-nixops IOHK], blockchain startup, open-sources it's NixOps infrastructure. | ||
= 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) | * [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) | ||
= Overlays = | == Overlays == | ||
see [[Alternative Package Sets]] | see [[Alternative Package Sets]] |
Revision as of 21:18, 30 December 2017
NixOS configurations
An alphabetically sorted list of different configuration repositories by the community members # NixOS configuration Host configuration for specific use cases.
- @areina's NixOS config
- @barrucadu's NixOS config
- @bennofs's NixOS config
- @davidak's NixOS config
- @hyper_ch's NixOS config
- @ixxie's NixOS config
- @jwiegley's NixOS config
- @mogria's NixOS config
- @mxjessie's NixOS config
- @netcave's NixOS config
- @nickjanus's NixOS config
- @OpenLab-aux's NixOS config
- @peel's NixOS config
- @prikhi's NixOS config
- @pSub's NixOS config
- @samueldr's NixOS config
- @sheenobu's NixOS config
- @SnabbLab's NixOS config
- @taktoa's NixOS config
- @trishume's NixOS config
- nixos-hardware - NixOS code snippets for dedicated hardware
- stockholm configuration and deployment of machines owned by the members of
#krebs
$HOME/.nixpkgs configuration
NixOps configuration
- @headcounter's NixOps config
- @LnL7's NixOS docker config
- @pSub's NixOps config
- IOHK, blockchain startup, open-sources it's NixOps infrastructure.
Projects using nix
- Rhodecode is using Nix for building it's Python VCS server (as of 2017-09-07: 500 error)