9 lines
130 B
Nix
9 lines
130 B
Nix
{...}: {
|
|
services.wivrn = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
defaultRuntime = true;
|
|
autoStart = true;
|
|
};
|
|
}
|