diff options
author | Alan Pearce | 2017-10-18 09:55:46 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-18 09:55:46 +0200 |
commit | 68694b3e3f61d04ca61c71c6d70e4a965219683b (patch) | |
tree | 7eedea2c917b66117a62ef1f05b9db7ce05390fb | |
parent | 8307b984a55bf6fa08f0c03a1a4f9304df2e4882 (diff) | |
download | nixos-configuration-68694b3e3f61d04ca61c71c6d70e4a965219683b.tar.lz nixos-configuration-68694b3e3f61d04ca61c71c6d70e4a965219683b.tar.zst nixos-configuration-68694b3e3f61d04ca61c71c6d70e4a965219683b.zip |
Add hosts for work
-rw-r--r-- | modules/satoshipay.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index b43a380..1263396 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix @@ -36,4 +36,8 @@ in ]; networking.domain = "satoshipay.io"; + + networking.extraHosts = '' + 127.0.0.1 blogger.local wallet.satoshipay.local api.satoshipay.local ws.satoshipay.local + ''; } |