diff --git a/README.md b/README.md index 7dc5891..6a2f608 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,19 @@ The hardware.nix specifies additional NixOS configuration, while home.nix specif |- flake.nix\ |- flake.lock\ -|- system1/\ -|----- configuration.nix (required)\ -|----- hardware.nix (optional)\ -|----- home.nix (optional)\ -|- system2/\ -|----- configuration.nix (required)\ -|----- hardware.nix (optional)\ -|----- home.nix (optional)\ -|- system3/\ -|----- configuration.nix (required)\ -|----- hardware.nix (optional)\ -|----- home.nix (optional) +|- hosts/\ +|--- system1/\ +|------ configuration.nix (required)\ +|------ hardware.nix (optional)\ +|------ home.nix (optional)\ +|--- system2/\ +|------ configuration.nix (required)\ +|------ hardware.nix (optional)\ +|------ home.nix (optional)\ +|--- system3/\ +|------ configuration.nix (required)\ +|------ hardware.nix (optional)\ +|------ home.nix (optional) Here is a minimal required configuration.nix (the TODOs mention a required change): diff --git a/example/hosts/configuration.nix b/example/hosts/example/configuration.nix similarity index 100% rename from example/hosts/configuration.nix rename to example/hosts/example/configuration.nix diff --git a/example/hosts/example/hardware.nix b/example/hosts/example/hardware.nix new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/example/hosts/example/hardware.nix @@ -0,0 +1 @@ +{} diff --git a/example/hosts/example/home.nix b/example/hosts/example/home.nix new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/example/hosts/example/home.nix @@ -0,0 +1 @@ +{}