flake/hosts/tyo0/services/wastebin.nix

6 lines
107 B
Nix

{
services.wastebin = {
enable = true;
settings.WASTEBIN_ADDRESS_PORT = "127.0.0.1:8200";
};
}