Add hosts for work
Alan Pearce alan@alanpearce.eu
Wed, 18 Oct 2017 09:55:46 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -36,4 +36,8 @@ pkgsUnstable.cups-toshiba-estudio ]; networking.domain = "satoshipay.io"; + + networking.extraHosts = '' + 127.0.0.1 blogger.local wallet.satoshipay.local api.satoshipay.local ws.satoshipay.local + ''; }