From f0dde95f74aed641be31217ca3dc15fb30f3a29e Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 1 Nov 2024 17:56:20 -0600 Subject: [PATCH] small tweaks nextcloud --- hosts/miniserver/hardware-configuration.nix | 8 +++++++- modules/servers/nextcloud.nix | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/miniserver/hardware-configuration.nix b/hosts/miniserver/hardware-configuration.nix index 798857e..9a4f95e 100644 --- a/hosts/miniserver/hardware-configuration.nix +++ b/hosts/miniserver/hardware-configuration.nix @@ -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 = { diff --git a/modules/servers/nextcloud.nix b/modules/servers/nextcloud.nix index ccd562f..545a7d0 100644 --- a/modules/servers/nextcloud.nix +++ b/modules/servers/nextcloud.nix @@ -87,6 +87,7 @@ in forms integration_openai mail + notes # maps music # news