Make sure backplane client homedir exists

This commit is contained in:
niten 2021-10-15 23:23:00 -07:00
parent 7cf751b013
commit a53807f888
1 changed files with 4 additions and 0 deletions
lib/fudo/client

View File

@ -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.";