diff --git a/hosts/hackens-org/wiki.nix b/hosts/hackens-org/wiki.nix index 52e5f06..d2c3051 100644 --- a/hosts/hackens-org/wiki.nix +++ b/hosts/hackens-org/wiki.nix @@ -38,6 +38,11 @@ disableActions = "register"; superUser = "@admin"; + acl = '' + * @ALL 1 + * @users 8 + ''; + # Il faut packager les templates templates = let template-bootstrap3 = pkgs.stdenv.mkDerivation {