Switch to stable channel but pull the bitcoind and clightning packages and the tor module from unstable

This commit is contained in:
Jonas Nick
2019-01-01 19:16:24 +00:00
parent 54b4eb24a6
commit 5e4e959e26
7 changed files with 75 additions and 56 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ in {
'';
};
port = mkOption {
type = types.port;
type = types.ints.u16;
default = 9116;
description = ''
"The port on which to listen for connections.";