Make sure backplane client homedir exists
This commit is contained in:
parent
7cf751b013
commit
a53807f888
@ -82,6 +82,10 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
|
tmpfiles.rules = [
|
||||||
|
"d /var/home/${cfg.user} 700 ${cfg.user} - - -"
|
||||||
|
];
|
||||||
|
|
||||||
timers.backplane-dns-client = {
|
timers.backplane-dns-client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Report local IP addresses to Fudo backplane.";
|
description = "Report local IP addresses to Fudo backplane.";
|
||||||
|
Loading…
Reference in New Issue
Block a user