world: init
This commit is contained in:
parent
184253c3fe
commit
9fbc6e83ba
9 changed files with 192 additions and 2 deletions
8
hosts/world/default.nix
Normal file
8
hosts/world/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./programs.nix
|
||||
./hardware-configuration.nix
|
||||
./hardware
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue