fileserver

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-20 14:43:35 +02:00
parent 82916ad718
commit fd398a7226
5 changed files with 237 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
services.transmission = {
enable = true;
};
}