Never mind, back to 23.05, no idea ab this psql

This commit is contained in:
Lillian Violet 2023-12-17 22:00:06 +01:00
parent 2ac6673b45
commit 6997dd14b8
3 changed files with 8 additions and 8 deletions

View file

@ -49,5 +49,5 @@
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.11";
home.stateVersion = "23.05";
}

View file

@ -180,5 +180,5 @@
boot.loader.efi.canTouchEfiVariables = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.11";
system.stateVersion = "23.05";
}

View file

@ -64,12 +64,12 @@
phpOptions."opcache.interned_strings_buffer" = "23";
appstoreEnable = true;
#extraAppsEnable = true;
#extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
# inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
#};
extraAppsEnable = true;
extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
};
config = {
# Further forces Nextcloud to use HTTPS