fixed var/lib/bitcoin PATH

This commit is contained in:
Bryan Ramos 2024-05-13 16:33:29 -04:00
parent 06abb55df2
commit c647e3d901
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -5,7 +5,7 @@ let
cfg = config.modules.system.bitcoin;
version = "27.0";
home = /var/lib/bitcoind;
home = "/var/lib/bitcoind";
#conf = pkgs.writeText "bitcoin.conf" (import ./config);