feat: add wivrn and nixpkgs-xr inputs and update related configs
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
services.wivrn = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
defaultRuntime = true;
|
||||
autoStart = true;
|
||||
package = pkgs.wivrn;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user