summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-12 22:53:53 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-12 22:53:53 +0300
commit61b94f0dd06cac0f7dcd38cce80f2a7ab8376098 (patch)
treeb703a9fe11eae6c4cae4e4682f02caf0caa171d0 /readme.org
2022-08-12
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org42
1 files changed, 42 insertions, 0 deletions
diff --git a/readme.org b/readme.org
new file mode 100644
index 0000000..a2c097a
--- /dev/null
+++ b/readme.org
@@ -0,0 +1,42 @@
+#+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]]