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