summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/invoiceplane.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 19:31:14 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 19:31:14 -0500
commit6bb0dbf91feecfec45382f762206a12de23fd531 (patch)
tree73aef1da22f5fb7b0a9aa1bf08a99be29b87724a /nixos/modules/services/web-apps/invoiceplane.nix
parent695d4bc76b9abdc3208a9475d71fdf0f41e925c8 (diff)
downloadnixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.tar
nixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.tar.gz
nixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.tar.bz2
nixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.tar.lz
nixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.tar.xz
nixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.tar.zst
nixpkgs-6bb0dbf91feecfec45382f762206a12de23fd531.zip
nixos: fix typos
Diffstat (limited to 'nixos/modules/services/web-apps/invoiceplane.nix')
-rw-r--r--nixos/modules/services/web-apps/invoiceplane.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/invoiceplane.nix b/nixos/modules/services/web-apps/invoiceplane.nix
index 99e7b1f96ea..8be1fd3055d 100644
--- a/nixos/modules/services/web-apps/invoiceplane.nix
+++ b/nixos/modules/services/web-apps/invoiceplane.nix
@@ -74,7 +74,7 @@ let
           type = types.path;
           default = "/var/lib/invoiceplane/${name}";
           description = lib.mdDoc ''
-            This directory is used for uploads of attachements and cache.
+            This directory is used for uploads of attachments and cache.
             The directory passed here is automatically created and permissions
             adjusted as required.
           '';