Add neelix public key to sftp server.

This commit is contained in:
Tom Alexander
2025-01-21 21:23:21 -05:00
parent 48c5aebd82
commit a739728d41
2 changed files with 23 additions and 0 deletions

View File

@@ -68,6 +68,12 @@
group = "kodi";
mode = "0755";
}
{
directory = ".kodi";
user = "kodi";
group = "kodi";
mode = "0755";
}
];
};
};