add wastebin

This commit is contained in:
Aaron Honeycutt 2024-12-04 18:08:25 +00:00
parent 0a2ca26e40
commit 3668175388

View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
services.wastebin = {
enable = true;
settings.WASTEBIN_BASE_URL = "https://bin.ahoneybun.net";
};
}