Change directory example
This commit is contained in:
parent
5a2da13189
commit
809b60e3ce
4 changed files with 15 additions and 12 deletions
25
README.md
25
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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue