Added webdav module that just works with the new server setup

This commit is contained in:
2025-08-31 04:55:23 +02:00
parent c977edbcb2
commit 7a7b3315d0
4 changed files with 61 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ pkgs, config, ... }:
{
hardware.graphics = {
@@ -13,6 +13,12 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
environment.systemPackages = with pkgs; [
(blender.override {
cudaSupport = true;
})
];
# This causes very long build times
#nixpkgs.config.cudaSupport = true;
#hardware.enableAllFirmware = true;