diff --git a/hosts/server7/containers/storage/default.nix b/hosts/server7/containers/storage/default.nix index 138d55d8..67a0a52b 100644 --- a/hosts/server7/containers/storage/default.nix +++ b/hosts/server7/containers/storage/default.nix @@ -2,9 +2,9 @@ name: (import ../outer-defaults.nix name) // { - bindMounts."/srv/files" = { - hostPath = "/srv/ceph/c3d2/files"; - isReadOnly = true; + bindMounts."/srv/c3d2" = { + hostPath = "/srv/ceph/c3d2"; + isReadOnly = false; }; config = { config, pkgs, lib, ... }: { @@ -36,12 +36,10 @@ name: http2 = true; # addSSL = true; locations = { - "/" = - let - authFile = pkgs.writeText "htpasswd" "k-ot:sawCOTsl/fIUY"; - in { - alias = "/srv/files/"; - extraConfig = '' + "/" = let authFile = pkgs.writeText "htpasswd" "k-ot:sawCOTsl/fIUY"; + in { + alias = "/srv/c3d2/files/"; + extraConfig = '' auth_basic "Chaos"; auth_basic_user_file ${authFile}; fancyindex on;