flake: bump inputs

And fix a removed nextcloud option.
This commit is contained in:
Bruno BELANYI 2023-10-18 15:26:07 +00:00
parent 5248eb59f8
commit 0795a3d29b
2 changed files with 17 additions and 18 deletions

View file

@ -35,7 +35,6 @@ in
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;
enableBrokenCiphersForSSE = false;
configureRedis = true;
config = {
adminuser = cfg.admin;