From 2e6b0159434271f5fb597e0238218b09ffefc6fc Mon Sep 17 00:00:00 2001 From: Toast <39011842+toast003@users.noreply.github.com> Date: Mon, 12 Jan 2026 02:00:35 +0100 Subject: [PATCH] nixos: fix formatting of services.copyparty.volumes..access List will now show up properly on the nixos manual! --- contrib/nixos/modules/copyparty.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/contrib/nixos/modules/copyparty.nix b/contrib/nixos/modules/copyparty.nix index a2dd2968..d3289a93 100644 --- a/contrib/nixos/modules/copyparty.nix +++ b/contrib/nixos/modules/copyparty.nix @@ -198,21 +198,21 @@ in Attribute list of permissions and the users to apply them to. The key must be a string containing any combination of allowed permission: - "r" (read): list folder contents, download files - "w" (write): upload files; need "r" to see the uploads - "m" (move): move files and folders; need "w" at destination - "d" (delete): permanently delete files and folders - "g" (get): download files, but cannot see folder contents - "G" (upget): "get", but can see filekeys of their own uploads - "h" (html): "get", but folders return their index.html - "a" (admin): can see uploader IPs, config-reload + * "r" (read): list folder contents, download files + * "w" (write): upload files; need "r" to see the uploads + * "m" (move): move files and folders; need "w" at destination + * "d" (delete): permanently delete files and folders + * "g" (get): download files, but cannot see folder contents + * "G" (upget): "get", but can see filekeys of their own uploads + * "h" (html): "get", but folders return their index.html + * "a" (admin): can see uploader IPs, config-reload For example: "rwmd" The value must be one of: - an account name, defined in `accounts` - a list of account names - "*", which means "any account" + * an account name, defined in `accounts` + * a list of account names + * "*", which means "any account" ''; example = literalExpression '' {