main
kalle 2025-02-14 21:29:23 +01:00
parent 4137675a1c
commit d779caea87
2 changed files with 0 additions and 10 deletions

View File

@ -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 = [

View File

@ -80,11 +80,6 @@
];
staticConfigOptions = {
# FIXME: Remove this later
log.level = "DEBUG";
# FIXME: This is insecure
api.insecure = true;
entryPoints = {
web = {
address = ":80";