removed ollama and copyparty setup for nginx
All checks were successful
/ perform flake analysis (push) Successful in 47s
/ build hive configuration (push) Successful in 8m13s

This commit is contained in:
Awen Lelu
2025-12-05 13:13:45 +01:00
parent 24954e5367
commit db23c300fe
3 changed files with 109 additions and 106 deletions

View File

@@ -17,7 +17,6 @@
./secrets.nix
./coredns
./copyparty.nix
./ollama.nix
];
boot.initrd.kernelModules = [ "usb_storage" ];
@@ -115,11 +114,5 @@
powerOnBoot = true;
};
hardware.graphics.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.open = false;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_390;
nixpkgs.config.nvidia.acceptLicense = true;
system.stateVersion = "24.11";
}