bump from nixos-24.11 to nixos-unstable + bumped stateVersion
This commit is contained in:
parent
438f375f8e
commit
3ab76ae616
5 changed files with 17 additions and 9 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue