mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 21:22:00 +02:00
commit
9ab2a9abe0
@ -158,7 +158,7 @@ in
|
|||||||
$wgEnotifUserTalk = true;
|
$wgEnotifUserTalk = true;
|
||||||
|
|
||||||
# Block spam by regex
|
# Block spam by regex
|
||||||
$wgSpamRegex = "seo (software|tools)|pornstars";
|
$wgSpamRegex = ["seo (software|tools)|pornstars"];
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
nix build .#checks.x86_64-linux.test -L
|
||||||
nixos-rebuild switch --flake .#nixos-wiki-nixos-org --target-host root@wiki.nixos.org
|
nixos-rebuild switch --flake .#nixos-wiki-nixos-org --target-host root@wiki.nixos.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user