Advertisement
WhittlesJr

Untitled

Mar 21st, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {
  2. ipv6_router =
  3. { config, pkgs, ...}:
  4. { deployment.targetHost = "10.200.84.82";
  5. imports = [ machines/ipv6_router.nix ];
  6. };
  7.  
  8. ...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement