Add rpc user and password as secrets

This commit is contained in:
Jonas Nick
2018-11-22 23:51:16 +00:00
parent 83eabcf952
commit 79aab1255a
7 changed files with 36 additions and 6 deletions
-3
View File
@@ -24,7 +24,6 @@ in {
environment.systemPackages = with pkgs; [
vim tmux clightning bitcoin
nodeinfo
jq
];
nixpkgs.config.packageOverrides = pkgs: {
inherit nodeinfo;
@@ -48,8 +47,6 @@ in {
#services.bitcoin.proxy = services.tor.client.socksListenAddress;
services.nixbitcoin.enable = true;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";