summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorGuanran Wang <guanran928@outlook.com>2024-05-04 12:23:52 +0800
committerGuanran Wang <guanran928@outlook.com>2024-05-04 13:00:34 +0800
commitc46effbdf01dd30491214735d5984d1a1a061065 (patch)
tree023cf74f073364a1db1d481f4b318a69ae2eb1e5 /nixos
parent1c74cc292b61614e74c1cf0d372f79d57fb4936b (diff)
nixos/wastebin: fix typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/wastebin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/wastebin.nix b/nixos/modules/services/misc/wastebin.nix
index 3d0af2862683..f24bf94fa52b 100644
--- a/nixos/modules/services/misc/wastebin.nix
+++ b/nixos/modules/services/misc/wastebin.nix
@@ -10,7 +10,7 @@ in
options.services.wastebin = {
- enable = mkEnableOption "Wastenbin pastebin service";
+ enable = mkEnableOption "Wastebin, a pastebin service";
package = mkPackageOption pkgs "wastebin" { };