fix(nextcloud): Create home directory for cool
All checks were successful
Build all the nodes / netcore02 (push) Successful in 20s
Build all the nodes / ap01 (push) Successful in 33s
Build all the nodes / rescue01 (push) Successful in 1m43s
Build all the nodes / geo01 (push) Successful in 1m51s
Build all the nodes / build01 (push) Successful in 1m53s
Build all the nodes / geo02 (push) Successful in 1m57s
Build all the nodes / hypervisor02 (push) Successful in 1m56s
Build all the nodes / tower01 (push) Successful in 1m58s
Build all the nodes / hypervisor01 (push) Successful in 2m10s
Build all the nodes / hypervisor03 (push) Successful in 2m9s
Build all the nodes / bridge01 (push) Successful in 2m11s
Build all the nodes / storage01 (push) Successful in 2m11s
Build the shell / build-shell (push) Successful in 25s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Build all the nodes / vault01 (push) Successful in 2m6s
Build all the nodes / web01 (push) Successful in 2m13s
Build all the nodes / compute01 (push) Successful in 3m0s
Build all the nodes / web02 (push) Successful in 1m54s
Build all the nodes / web03 (push) Successful in 1m53s

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 = {