mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
8 lines
No EOL
144 B
Nix
8 lines
No EOL
144 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
services.wastebin = {
|
|
enable = true;
|
|
settings.WASTEBIN_BASE_URL = "https://bin.ahoneybun.net";
|
|
};
|
|
} |