Make sure backplane client homedir exists

This commit is contained in:
2021-10-15 23:23:00 -07:00
parent 7cf751b013
commit a53807f888
+4
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.";