home
is the monorepo containing my personal tools and infrastructure. Almost everything in
here is built using Nix. This README needs some updates.
- I need to rewrite this part based on =flake.nix= and updates.
- Explore the
nixos-rebuild --build-host … --target-host … --flake .#host boot
as it might remove the need fordeploy-rs
altogether 😈 - I need to make a big overall on the docs.
It is meant to be fully reproducible (using niv for now) and position-independent, meaning
there is no moving around of configuration.nix
. For the configurations’ entry points see
the individual systems, as well as default.nix.
This will be a all-time work-in-progress, so please beware that things might change dramatically or even not working anymore 😛.
This holds the configuration of my different systems. It is meant to be
position-independent, meaning there is no moving around of configuration.nix
. For the
configurations’ entry points see the individual systems, as well as default.nix.
This is the configuration for each hosts. It should be as simple as enabling some profiles and some ad-hoc very specific configuration.
This is where all configuration that can be used across different system would lend. These are not system dependent and should be configurable. This contains the following “modules”, a bit like how nixpkgs is organized
- hardware
- profiles
- programs
- services
- virtualisation
Network and morph
configuration of my infrastructure.
Users configuration, for NixOS or not and using home-manager.
This is a list of modules that can be used by all users.
Contains NixOS user specific configuration. It gets imported if the user is listed in a given configuration. It will contains the user creation information (groups, …) and can refer to a given home-manager configuration.
Contains home-manager configuration.
Note: In order to get information from Nixos, use nixosConfig
. This should be useful to
configure some modules depending on the host configuration.
Nix configurations, packages definitions, overlays.
Those are tools I have written for my personal usage.
Website sources and builders/deployers.
Repositories
- https://github.com/jordanisaacs/dotfiles — src
- https://github.com/chvp/nixos-config — src
- https://github.com/gytis-ivaskevicius/nixfiles — src
- https://github.com/davidtwco/veritas — src
- https://github.com/buckley310/nixos-config — src
- https://github.com/eadwu/nixos-configuration — src
- https://github.com/berbiche/dotfiles — src
- https://github.com/hlissner/dotfiles/ — src
- https://github.com/Mic92/dotfiles — src
- https://github.com/lovesegfault/nix-config
- https://github.com/bqv/nixrc
- https://github.com/leotaku/nixos-config
- https://github.com/rasendubi/dotfiles
- https://git.tazj.in/about/
- https://github.com/danieldk/nix-home
- https://github.com/terlar/nix-config
- https://github.com/foo-dogsquared/nixos-config
- https://github.com/barrucadu/nixfiles/tree/master
- https://github.com/EmergentMind/nix-config
- https://github.com/shahinism/45r4r/
- https://github.com/wimpysworld/nix-config This one is very interesting in how it is shaped (the mixins, …)
- https://github.com/Hoverbear-Consulting/flake
- https://github.com/jnsgruk/nixos-config
- https://gitlab.com/ahoneybun/nix-configs
- https://github.com/akirak/homelab
- https://git.rossabaker.com/ross/cromulent
- https://github.com/thiagokokada/nix-configs
- https://github.com/jnsgruk/nixos-config
Old
- https://gitlab.com/samueldr/nixos-configuration
- https://github.com/yurrriq/dotfiles
- https://github.com/akirak/nixos-config
- https://github.com/akirak/home.nix
- https://github.com/cstrahan/nixos-config
- https://github.com/jwiegley/nix-config
- https://github.com/arianvp/nixos-stuff
- https://github.com/romatthe/ronix
- https://github.com/rummik/nixos-config
- https://github.com/a-schaefers/nix-config.old
- https://github.com/auntieNeo/nixrc
- https://github.com/therealpxc/pxc.nix.d
- https://github.com/tycho01/nix-config
- https://github.com/ghuntley/dotfiles-nixos
- https://github.com/budevg/nix-conf
- https://github.com/cleverca22/nixos-configs
- https://github.com/coreyoconnor/nix_configs
- https://github.com/dejanr/dotfiles
- https://github.com/Ericson2314/nixos-configuration
- https://gitlab.com/garry-cairns/nixos-config
- https://github.com/grahamc/nixos-config
- https://github.com/HugoReeves/nix-home
- https://github.com/kampfschlaefer/nixconfig
- https://github.com/lambdael/nixosconf
- https://github.com/puffnfresh/nix-files
- https://github.com/talyz/nixos-config
- https://github.com/uwap/nixos-configs
- https://github.com/yacinehmito/yarn-nix
- https://github.com/yrashk/nix-home
- https://github.com/pSub/configs
- https://github.com/periklis/nix-config
- https://github.com/peel/dotfiles
- https://github.com/bennofs/etc-nixos
- https://github.com/Baughn/machine-config
- https://github.com/gvolpe/nix-config
- https://github.com/myme/dotfiles
- https://github.com/jedimahdi/.dotfiles/
- https://github.com/moni-dz/nix-config
- https://github.com/Aylur/dotfiles/
- https://gitlab.com/Zaney/zaneyos
- https://github.com/spikespaz/dotfiles
- https://github.com/fufexan/dotfiles
- https://github.com/hlissner/dotfiles
- https://github.com/librephoenix/nixos-config
- https://github.com/AntonHakansson/nixos-config
Unless otherwise stated in a subdirectory, all code is licensed under the GNU GPL v3. See COPYING for details.