From d445fab12a6e29f154e17901e6808bc45cf1c405 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Fri, 6 Oct 2023 19:50:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`