fix: missing settings from nixpkgs update

This commit is contained in:
Leon Schwarzäugl 2025-02-25 22:45:41 +01:00
parent 4cef1b2727
commit 8006a0abf2
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 17 additions and 4 deletions

View file

@ -73,7 +73,7 @@
spotify-player
element-desktop
nicotine-plus
stable.transmission
stable.transmission_3
mktorrent
hexchat
hugo

View file

@ -23,6 +23,7 @@
config = {
adminuser = "admin";
adminpassFile = config.sops.secrets.nextcloudadminpass.path;
dbtype = "sqlite";
};
};

View file

@ -18,6 +18,8 @@
"aspnetcore-runtime-6.0.36"
"dotnet-sdk-wrapped-6.0.428"
"dotnet-sdk-6.0.428"
#
"SDL_ttf-2.0.11"
];
}