Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. { lib, config, pkgs, ... }:
  2.  
  3. {
  4. services = {
  5. toxvpn.enable = true;
  6. toxvpn.localip = "192.168.123.10";
  7. };
  8. imports = [ <nixpkgs/nixos/modules/profiles/all-hardware.nix> "/etc/nixos/toxvpn_module.nix" ];
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement