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