enable nextcloud in ks
This commit is contained in:
parent
410bb91f3b
commit
d22d43cd14
1 changed files with 14 additions and 0 deletions
|
|
@ -169,6 +169,20 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nextcloud = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.nextcloud30;
|
||||||
|
hostName = "nextcloud.antoinevaure.fr";
|
||||||
|
https = true;
|
||||||
|
config = {
|
||||||
|
adminpassFile = "/nextcloud_root_pass";
|
||||||
|
dbtype = "sqlite";
|
||||||
|
};
|
||||||
|
settings = { "filesystem_check_changes" = "1"; };
|
||||||
|
phpExtraExtensions = all: [ all.pdlib ];
|
||||||
|
configureRedis = true; # caching
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue