#+options: ':t *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline author:t #+options: broken-links:nil c:nil creator:nil d:(not "LOGBOOK") date:t e:t #+options: email:nil f:t inline:t num:nil p:nil pri:nil prop:nil stat:t tags:t #+options: tasks:t tex:t timestamp:t title:t toc:t todo:t |:t #+title: nixfiles #+date: <2022-03-08 Tue> #+author: Azat Bahawi #+email: azat@bahawi.net #+language: en #+select_tags: export #+exclude_tags: noexport #+creator: Emacs 27.2 (Org mode 9.5) An IaC recipe for my digital infrastructure and configurations. An evolution of the "dotfiles" thingy I had going for several years. If you stumbled on this repository on GitHub, GitLab and such, the version you are currently looking at is a /"stripped"/ down rendition of *nixfiles* where IP addresses, domain names, secrets and other sensitive information was removed or replaced with gibberish. This is done so that you can get a general understanding of how stuff is made without me spilling the beans too much... If you are looking to get into Nix and NixOS, I /highly/ suggest to take this only as a reference and not just mindlessly copy-paste everything. * Inspiration and Credits Big thanks to everyone involved with Nix/NixOS/Nixpkgs and everything around these! Hopefully, the Nix ecosystem will get a lot more traction and the long-awaited industry-wide adoption. [[https://c.tenor.com/zJvexdmTjA4AAAAC/im-doing-my-part-serious.gif]] Special thanks for these fine people from whom I stole a lot of ideas for this project: - [[https://github.com/Mic92/dotfiles][Mic92]] - [[https://github.com/codygman/hci][codygman]] - [[https://github.com/davidtwco/veritas][davidtwco]] - [[https://github.com/grahamc/nixos-config][grahamc]] - [[https://github.com/gytis-ivaskevicius/nixfiles][gytis-ivaskevicius]] - [[https://github.com/hlissner/dotfiles][hlissner]] - [[https://github.com/ncfavier/config][ncfavier]]