bump from nixos-24.11 to nixos-unstable + bumped stateVersion

This commit is contained in:
eyjhb 2024-08-16 14:19:37 +02:00
parent 438f375f8e
commit 3ab76ae616
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 17 additions and 9 deletions

View file

@ -129,7 +129,7 @@ in {
version = "3.1.1";
# TODO(eyJhb): add to niv
in pkgs.fetchNextcloudApp {
sha256 = "sha256-EVHDDFtz92lZviuTqr+St7agfBWok83HpfuL6DFCoTE=";
sha256 = "sha256-b/tKk+y+ZypCHGNDtunDua2msYD6/TzA0haoC0k85F4=";
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v${version}/oidc_login.tar.gz";
license = "agpl3Only";
};
@ -162,7 +162,7 @@ in {
systemd.services.nextcloud-setup = {
# runs this after all the main nextcloud-setup stuff
postStop = lib.mkAfter ''
script = lib.mkAfter ''
${nextcloudSetupLdap}
${nextcloudSetupAdmin}
${nextcloudSetupEncryption}