mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed var/lib/bitcoin PATH
This commit is contained in:
parent
06abb55df2
commit
c647e3d901
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue