mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
fix: more changes due to nixos 24.11
This commit is contained in:
parent
d1297eda99
commit
c8073d3055
|
@ -16,7 +16,6 @@ in
|
|||
config = {
|
||||
services.samba = {
|
||||
enable = true;
|
||||
securityType = "user";
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
global = {
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
database.createLocally = true;
|
||||
webserver = "caddy";
|
||||
configureRedis = true;
|
||||
package = pkgs.nextcloud30;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
adminpassFile = config.sops.secrets.adminNextcloudPass.path;
|
||||
|
@ -93,6 +94,7 @@
|
|||
extraAppsEnable = true;
|
||||
appstoreEnable = true; # why i would want appstore to be disabled ???
|
||||
autoUpdateApps.enable = true;
|
||||
cli.memoryLimit = "4G";
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
|
|
Loading…
Reference in a new issue