default.nix in most folders
This commit is contained in:
parent
35a7b40dac
commit
0c7addbe0c
8 changed files with 58 additions and 29 deletions
8
hosts/servers/common/default.nix
Normal file
8
hosts/servers/common/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./nix.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue