Update README.md

This commit is contained in:
Vinzenz Schroeter 2023-10-06 19:50:24 +02:00 committed by GitHub
parent 9e91c721d0
commit d445fab12a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,13 @@
# nixos-configuration # nixos-configuration
```
/ /
├── modules ├── modules
│ ├── desktop │ ├── desktop
│ ├── hardware (includes hostname.nix) │ ├── hardware (includes hostname.nix)
│ └── users │ └── users
└── hostname.nix (imports modules) └── hostname.nix (imports modules)
```
When adding a new host: `ln -s ./new-devicename.nix /etc/nixos/configuration.nix` When adding a new host: `ln -s ./new-devicename.nix /etc/nixos/configuration.nix`