wiki: fix ascii error
This commit is contained in:
parent
85cd96ed8b
commit
824a1e8d05
@ -36,6 +36,8 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services.gollum.environment.LC_ALL = "en_US.UTF-8";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user