diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:43:58 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:43:58 -0600 |
| commit | 5003fa5166449f8d6621835ef98456ef78d66b7a (patch) | |
| tree | 57e75b12f9120be6596ba5462567435420ab76d7 /modules/services | |
| parent | 5f29886941cd4b723932750aa8c88b52825f3ae9 (diff) | |
typo
Diffstat (limited to 'modules/services')
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index 7d48886..8b31f4b 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -31,7 +31,7 @@ in { e2dsa = true; e2ts = true; - chmod-d = 775; + chmod-d = "775"; }; accounts = |
