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.nix\
|
||||||
|- flake.lock\
|
|- flake.lock\
|
||||||
|- system1/\
|
|- hosts/\
|
||||||
|----- configuration.nix (required)\
|
|--- system1/\
|
||||||
|----- hardware.nix (optional)\
|
|------ configuration.nix (required)\
|
||||||
|----- home.nix (optional)\
|
|------ hardware.nix (optional)\
|
||||||
|- system2/\
|
|------ home.nix (optional)\
|
||||||
|----- configuration.nix (required)\
|
|--- system2/\
|
||||||
|----- hardware.nix (optional)\
|
|------ configuration.nix (required)\
|
||||||
|----- home.nix (optional)\
|
|------ hardware.nix (optional)\
|
||||||
|- system3/\
|
|------ home.nix (optional)\
|
||||||
|----- configuration.nix (required)\
|
|--- system3/\
|
||||||
|----- hardware.nix (optional)\
|
|------ configuration.nix (required)\
|
||||||
|----- home.nix (optional)
|
|------ hardware.nix (optional)\
|
||||||
|
|------ home.nix (optional)
|
||||||
|
|
||||||
Here is a minimal required configuration.nix (the TODOs mention a required change):
|
Here is a minimal required configuration.nix (the TODOs mention a required change):
|
||||||
|
|
||||||
|
|
|
||||||
1
example/hosts/example/hardware.nix
Normal file
1
example/hosts/example/hardware.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
example/hosts/example/home.nix
Normal file
1
example/hosts/example/home.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue