diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:38:09 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:38:09 -0600 |
| commit | f4c90ce862800feca9e441676aedb868574f7ada (patch) | |
| tree | d0140a397a3c1e1bb9af4ce5f8afb066f606abbb /modules | |
| parent | 081d65f6a925e1be05b31499fd6872a7cc9b5e01 (diff) | |
change group on dirs
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index e9727dd..a47dd2e 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -30,6 +30,8 @@ in { e2dsa = true; e2ts = true; + + chmod_d = 775; }; accounts = |
