all repos — nixfiles @ 68694b3e3f61d04ca61c71c6d70e4a965219683b

System and user configuration, managed by nix and home-manager

Add hosts for work
Alan Pearce alan@alanpearce.eu
Wed, 18 Oct 2017 09:55:46 +0200
commit

68694b3e3f61d04ca61c71c6d70e4a965219683b

parent

8307b984a55bf6fa08f0c03a1a4f9304df2e4882

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/satoshipay.nixmodules/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
+  '';
 }