This commit is contained in:
Bryan Ramos 2026-03-12 23:41:04 -04:00
parent b829043438
commit a799d82f66

View file

@ -74,10 +74,9 @@ in
}; };
# Ensure data directory exists with correct permissions # Ensure data directory exists with correct permissions
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = mkAfter [
"d ${home} 0750 clightning bitcoin -" "d ${home} 0750 clightning bitcoin -"
"d ${home}/plugins 0750 clightning bitcoin -" "d ${home}/plugins 0750 clightning bitcoin -"
] ++ mkAfter [
"L+ /home/${config.user.name}/.lightning - - - - ${home}" "L+ /home/${config.user.name}/.lightning - - - - ${home}"
]; ];