small tweaks nextcloud

This commit is contained in:
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") ];
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
@@ -7,6 +12,7 @@
graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [ vpl-gpu-rt ];
};
};
boot = {