summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2019-05-01 10:38:03 -0600
committerKenny Ballou <kballou@devnulllabs.io>2019-05-01 10:38:03 -0600
commita30ca28d54ecfce1eb275f371c7f5f70f198e883 (patch)
treec407d644f6d30ec84f7c1a6fc08b163b6921b7ca /README.org
parentbfe40a971fda0fa9ea0c15730dfacb5e8d34d91d (diff)
downloadcfg.nix-a30ca28d54ecfce1eb275f371c7f5f70f198e883.tar.gz
cfg.nix-a30ca28d54ecfce1eb275f371c7f5f70f198e883.tar.xz
readme: add installation instructions
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'README.org')
-rw-r--r--README.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.org b/README.org
index 38faeba..e3db0d6 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,7 @@
#+LINK: gpl-html https://www.gnu.org/licenses/gpl-3.0.html
#+LINK: nixos https://nixos.org/
#+LINK: nix https://nixos.org/nix/
+#+LINK: nixos-manual https://nixos.org/nixos/manual/index.html
* cfg.nix
This is the beginning. There is much to learn and configure and
@@ -8,6 +9,21 @@ reconfigure. Look for changes if interested.
Personal repository of [[nixos][~NixOS/Nix~]] configurations.
+** Installation
+
+The current installation process is to create a hardlink to the
+machine's ~configuration.nix~ and ~hardware-configuration.nix~ files
+from their respective subfolders. The entire ~/etc/nixos~ folder is
+owned by the local user. To achieve this, however, will require some
+manual ownership changes.
+
+*** New Machines
+
+Currently, provisioning new machines will likely look like the regular
+process from the [[nixos-manual][~NixOS~ Manual]], except we will add
+~git~ to the system packages and rework the ~configuration.nix~ and
+~hardware-configuration.nix~ as appropriate.
+
** License
These configurations are released and made available as free and