mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
Update README.md
This commit is contained in:
parent
9e91c721d0
commit
d445fab12a
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue