diff --git a/README.md b/README.md index 4d254da..5cee190 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # nixos-configuration +``` / ├── modules │ ├── desktop │ ├── hardware (includes hostname.nix) │ └── users └── hostname.nix (imports modules) +``` When adding a new host: `ln -s ./new-devicename.nix /etc/nixos/configuration.nix`