diff --git a/home.nix b/home.nix index 2e292d5..662fd6d 100644 --- a/home.nix +++ b/home.nix @@ -37,6 +37,8 @@ in { ouch inetutils fd + file + rclone # used for yazi epub previews epub-thumbnailer # remote working diff --git a/void.nix b/void.nix index e53f405..78a23ef 100644 --- a/void.nix +++ b/void.nix @@ -389,11 +389,15 @@ no-robots = true; theme = 2; shr = "/shr"; + daw = true; }; accounts = { "khais" = { passwordFile = "/etc/nixos/secrets/copyparty/khais.password"; }; + "tsb" = { + passwordFile = "/etc/nixos/secrets/copyparty/tsb.password"; + }; }; volumes = { "/" = { @@ -406,6 +410,17 @@ fk = 8; }; }; + "/tsb" = { + path = "/pile/copyparty/tsb"; + access = { + "g" = "*"; + "rwmd." = "tsb"; + "A" = ["khais"]; + }; + flags = { + fk = 8; + }; + }; }; };