small tweaks nextcloud

This commit is contained in:
Danilo Reyes 2024-11-01 17:56:20 -06:00
parent b43d2f5a31
commit f0dde95f74
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,9 @@
{ lib, modulesPath, ... }: {
lib,
modulesPath,
pkgs,
...
}:
{ {
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
@ -7,6 +12,7 @@
graphics = { graphics = {
enable = true; enable = true;
enable32Bit = true; enable32Bit = true;
extraPackages = with pkgs; [ vpl-gpu-rt ];
}; };
}; };
boot = { boot = {

View File

@ -87,6 +87,7 @@ in
forms forms
integration_openai integration_openai
mail mail
notes
# maps # maps
music music
# news # news