mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 01:23:57 +00:00
updates for swan
This commit is contained in:
@@ -33,6 +33,9 @@ rec {
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
# Temp: disable while this isn't working
|
||||
services.automatic-timezoned.enable = false;
|
||||
|
||||
# Not sure what's necessary but too afraid to remove anything
|
||||
boot.initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
|
||||
@@ -791,7 +791,7 @@ in
|
||||
properties = [
|
||||
{
|
||||
id = "displayName";
|
||||
value = "Jellyseerr";
|
||||
value = "Seerr";
|
||||
}
|
||||
{
|
||||
id = "links";
|
||||
|
||||
@@ -17,7 +17,7 @@ in
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud32; # Required to specify
|
||||
package = pkgs.nextcloud33; # Required to specify
|
||||
configureRedis = true;
|
||||
datadir = "/data/nextcloud";
|
||||
database.createLocally = true;
|
||||
|
||||
@@ -45,6 +45,7 @@ in
|
||||
];
|
||||
# If password is requested and fails, continue to boot eventually
|
||||
passwordTimeout = 300;
|
||||
forceImportRoot = false; # Recommended default
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user