server-configuration/services/docker.nix
baritone 6dad7e836a re-added flood-for-transmission web ui for managing transmission.
This time its only available to the local network though
2025-04-15 11:23:02 +02:00

7 lines
90 B
Nix

{...}: {
virtualisation.docker = {
enable = true;
storageDriver = "zfs";
};
}