Never mind, back to 23.05, no idea ab this psql
This commit is contained in:
parent
2ac6673b45
commit
6997dd14b8
|
@ -49,5 +49,5 @@
|
|||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -64,12 +64,12 @@
|
|||
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||
|
||||
appstoreEnable = true;
|
||||
#extraAppsEnable = true;
|
||||
#extraApps = with config.services.nextcloud.package.packages.apps; {
|
||||
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;
|
||||
#};
|
||||
inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
|
||||
};
|
||||
|
||||
config = {
|
||||
# Further forces Nextcloud to use HTTPS
|
||||
|
|
Loading…
Reference in a new issue