flake/hosts/tyo0/services/wastebin.nix

7 lines
107 B
Nix
Raw Normal View History

2024-08-27 09:08:53 +00:00
{
services.wastebin = {
enable = true;
settings.WASTEBIN_ADDRESS_PORT = "127.0.0.1:8200";
};
}