Cleanup
parent
4137675a1c
commit
d779caea87
|
@ -51,11 +51,6 @@
|
|||
host all all 127.0.0.1/32 md5
|
||||
host all all ::1/128 md5
|
||||
'';
|
||||
|
||||
# FIXME: For debug
|
||||
settings = {
|
||||
log_connections = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
|
@ -80,11 +80,6 @@
|
|||
];
|
||||
|
||||
staticConfigOptions = {
|
||||
# FIXME: Remove this later
|
||||
log.level = "DEBUG";
|
||||
# FIXME: This is insecure
|
||||
api.insecure = true;
|
||||
|
||||
entryPoints = {
|
||||
web = {
|
||||
address = ":80";
|
||||
|
|
Loading…
Reference in New Issue