diff --git a/README.adoc b/README.adoc index fecd9598..296a47aa 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,14 @@ Here is the result. == Getting started +[CAUTION] +==== +Despite being a NixOS system, it isn't entirely reproducible to the point of installing this config will work out-of-the-box. +It has some things needed in the first place to work like my external backup setup where it needs my SSH private keys to work in the first place. +Nonetheless, the parts is it isn't reproducible is only about 10% of this config. +Everything else is fine and dandy. +==== + Hey there, fellow traveler! You've fell into the rabbit hole we call Nix where it leads to other rabbit holes such as functional package management, reproducibility, declarative systems, and immutable operating systems. diff --git a/modules/nixos/tasks/README.adoc b/modules/nixos/tasks/README.adoc new file mode 100644 index 00000000..6c4248e6 --- /dev/null +++ b/modules/nixos/tasks/README.adoc @@ -0,0 +1,14 @@ += Tasks +:toc: + +These are tasks typically specific for a certain setup. +So if you're not me, don't use it. +Why? + +* Most of the ones in the worktree are not complete and only there to make initial setups easier. +Though, with link:../../../secrets/[secret management], it is actually easy. +I just haven't committed them yet due to various reasons. ;p + +* They are specifically catered to the owner of this repo. + +Feel free to steal it, though. :)