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
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:
parent
1447ec9eb8
commit
fb993945c8
1 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue