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") ];
|
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 = {
|
||||||
|
|||||||
@ -87,6 +87,7 @@ in
|
|||||||
forms
|
forms
|
||||||
integration_openai
|
integration_openai
|
||||||
mail
|
mail
|
||||||
|
notes
|
||||||
# maps
|
# maps
|
||||||
music
|
music
|
||||||
# news
|
# news
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user