This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
13
nixos-modules/meta/default.nix
Normal file
13
nixos-modules/meta/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./hosts.nix
|
||||
./network.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue