create home

This commit is contained in:
Bryan Ramos 2024-05-15 00:09:16 -04:00
parent e259b0a446
commit 854c73624d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -3,7 +3,7 @@
with lib; with lib;
let let
cfg = config.modules.system.bitcoin.electrum; cfg = config.modules.system.bitcoin.electrum;
home = /var/lib/electrs; home = "/var/lib/electrs";
btc = config.modules.system.bitcoin; btc = config.modules.system.bitcoin;