summaryrefslogtreecommitdiff
path: root/readme.org
blob: 01cd8695aa2959145b5253936aaeceda45d1a4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#+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 [[https://en.wikipedia.org/wiki/Infrastructure_as_code][IaC]] recipe for my digital infrastructure. An evolution of the [[https://github.com/azahi/dotfiles][dotfiles]] thingy
I had going for several years.

If you stumbled across this repository on GitHub, GitLab and such, the version
you are currently looking at is a /stripped/ down rendition of the actual
*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... pls no pwn.

If you are looking to get into declarative configuration management with [[https://nixos.org][NixOS]],
I /highly/ suggest to take this repository /only/ as a reference and not just
mindlessly copy-paste everything.

For help, reach out directly to [[https://azahi.cc][me]], or come by /#nixos/ over at [[https://libera.chat][Libera.Chat]] or
join the official NixOS Matrix [[https://matrix.to/#/#community:nixos.org][server]]. Для русскоязычной поддержки есть
неофициальный Telegram [[https://t.me/ru_nixos][канал]].

* Inspiration and Credits

Big thanks to everyone involved with [[https://github.com/NixOS][Nix/NixOS/Nixpkgs]] and everything around
these! Hopefully, the Nix ecosystem will get a lot more traction and the long
awaited industry-wide adoption.

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/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]] (Also big thanks for shilling and helping out)