forked from DGNum/infrastructure
fix(nextcloud): Create home directory for cool
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…
Add table
Add a link
Reference in a new issue