Rupert: Adapt for 24.05
This commit is contained in:
parent
ef69748075
commit
76cabab60a
|
@ -4,12 +4,14 @@
|
|||
enable = true;
|
||||
windowManager.bspwm.enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "none+bspwm";
|
||||
lightdm.enable = true;
|
||||
};
|
||||
};
|
||||
services.displayManager = {
|
||||
defaultSession = "none+bspwm";
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "waldi";
|
||||
};
|
||||
};
|
||||
|
||||
services.unclutter-xfixes = {
|
||||
enable = true;
|
||||
|
|
|
@ -9,14 +9,16 @@ in
|
|||
package = pkgs.nextcloud28;
|
||||
hostName = hostName;
|
||||
datadir = "/data/nextcloud";
|
||||
settings = {
|
||||
trusted_domains = [
|
||||
((lib.toLower config.networking.hostName) + ".lan")
|
||||
(lib.toLower config.networking.hostName)
|
||||
];
|
||||
};
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbhost = "/run/postgresql";
|
||||
adminpassFile = "/secrets/nextcloud_admin_password.txt";
|
||||
extraTrustedDomains = [
|
||||
((lib.toLower config.networking.hostName) + ".lan")
|
||||
(lib.toLower config.networking.hostName)
|
||||
];
|
||||
};
|
||||
caching.redis = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue