mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
cat
This commit is contained in:
parent
b829043438
commit
a799d82f66
1 changed files with 1 additions and 2 deletions
|
|
@ -74,10 +74,9 @@ in
|
|||
};
|
||||
|
||||
# Ensure data directory exists with correct permissions
|
||||
systemd.tmpfiles.rules = [
|
||||
systemd.tmpfiles.rules = mkAfter [
|
||||
"d ${home} 0750 clightning bitcoin -"
|
||||
"d ${home}/plugins 0750 clightning bitcoin -"
|
||||
] ++ mkAfter [
|
||||
"L+ /home/${config.user.name}/.lightning - - - - ${home}"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue