Reorganized the repo
This commit is contained in:
parent
5176e7cdf8
commit
f1b559ba06
62 changed files with 182 additions and 45 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, hostname, ... }:
|
||||
{ pkgs, hostname, type, ... }:
|
||||
{
|
||||
imports = [
|
||||
./common
|
||||
./${type}
|
||||
./${hostname}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue