mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add wastebin
This commit is contained in:
parent
0a2ca26e40
commit
3668175388
1 changed files with 8 additions and 0 deletions
8
homelab/wastebin/default.nix
Normal file
8
homelab/wastebin/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.wastebin = {
|
||||||
|
enable = true;
|
||||||
|
settings.WASTEBIN_BASE_URL = "https://bin.ahoneybun.net";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue