This commit is contained in:
Lilith 2026-01-14 00:30:20 +01:00
parent a44ebc5e01
commit c1a128dbae
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 130 additions and 84 deletions

View file

@ -5,7 +5,11 @@ in
{
system.stateVersion = "24.05";
server.nfs.enable = true;
server = {
nfs.enable = true;
deluge.enable = true;
arr.enable = true;
};
hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;