12 lines
125 B
Nix
12 lines
125 B
Nix
|
{
|
||
|
modules =
|
||
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./common
|
||
|
./server
|
||
|
./workstation
|
||
|
];
|
||
|
};
|
||
|
}
|