Our Personal Data Server from scratch! tranquil.farm
oauth atproto pds rust postgresql objectstorage fun

fix(nix): typo

authored by isabelroses.com and committed by tangled.org 6200697c 4005041e

+1 -1
+1 -1
module.nix
··· 97 97 }; 98 98 99 99 frontend = { 100 - enabled = lib.mkEnabeOption "serving the frontend from the backend. Disable to server the frontend manually" 100 + enabled = lib.mkEnableOption "serving the frontend from the backend. Disable to serve the frontend manually" 101 101 // { default = true; }; 102 102 103 103 dir = mkOption {