flake update: fix warnings/obsoletes

This commit is contained in:
2026-04-13 20:51:51 -04:00
parent bd5d90326e
commit ef706877d3
4 changed files with 6 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ in {
objectstore.s3 = {
enable = true;
bucket = "nextcloud";
autocreate = false;
verify_bucket_exists = false;
key = "nextcloud";
secretFile = config.sops.secrets."nextcloud/s3secret".path;
region = "us-east-1";
@@ -78,7 +78,7 @@ in {
ffmpeg_7-headless
# required for recognize app
nodejs_20 # runtime and installation requirement
nodejs_20.pkgs.node-pre-gyp # installation requirement
node-pre-gyp # installation requirement
util-linux # runtime requirement for taskset
];
};