fix(nextcloud): Create home directory for cool

This commit is contained in:
Tom Hubrecht 2025-01-08 20:05:35 +01:00
parent 1447ec9eb8
commit fb993945c8
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -197,6 +197,11 @@ in
nextcloud-cron.path = [ pkgs.perl ];
};
users.users.cool = {
home = "/var/lib/cool/home";
createHome = true;
};
environment.systemPackages = [ pkgs.ffmpeg_6-headless ];
networking.hosts = {