diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 09:46:57 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 09:46:57 -0600 |
| commit | 7f93a3b65d7151238d2ed24e6b9f73988a2a1e11 (patch) | |
| tree | d5c9980d81c8fb7700f989700ea2e1a5eaa8ba28 /modules/services | |
| parent | d47d3d63ff808c3b265b56f9a2c1d5cfb539da2d (diff) | |
change mounts
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 44d1194..c46b373 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -48,7 +48,7 @@ in { flags = commonFlags; }; - "/home/collin" = { + "/collin" = { path = "/media/collin"; access = { r = ""; |
