10 lines
85 B
Nix
10 lines
85 B
Nix
# Service-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./vpn
|
|
./webserver
|
|
];
|
|
}
|