small tweaks nextcloud
This commit is contained in:
parent
b43d2f5a31
commit
f0dde95f74
@ -1,4 +1,9 @@
|
||||
{ lib, modulesPath, ... }:
|
||||
{
|
||||
lib,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
@ -7,6 +12,7 @@
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [ vpl-gpu-rt ];
|
||||
};
|
||||
};
|
||||
boot = {
|
||||
|
||||
@ -87,6 +87,7 @@ in
|
||||
forms
|
||||
integration_openai
|
||||
mail
|
||||
notes
|
||||
# maps
|
||||
music
|
||||
# news
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user