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