summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeter Ferenczy <ggpeti@gmail.com>2021-07-04 15:02:13 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-07-29 18:43:50 +0200
commit3936313b1f13c198ee1ae56009db55fd6a87ab02 (patch)
tree4700acb0e2c2e89357aa77d31c1618119acacfe7 /nixos
parentc3141f24f0e01eb9b9c2d99b4436b1d9966de24d (diff)
downloadnixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.tar
nixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.tar.gz
nixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.tar.bz2
nixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.tar.lz
nixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.tar.xz
nixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.tar.zst
nixpkgs-3936313b1f13c198ee1ae56009db55fd6a87ab02.zip
nixos/firewall: document log location
Motivated by not finding the firewall log messages for an annoyingly long time.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/firewall.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/firewall.nix b/nixos/modules/services/networking/firewall.nix
index cdc3a172ea7..f982621e232 100644
--- a/nixos/modules/services/networking/firewall.nix
+++ b/nixos/modules/services/networking/firewall.nix
@@ -339,6 +339,8 @@ in
         description =
           ''
             Whether to log rejected or dropped incoming connections.
+            Note: The logs are found in the kernel logs, i.e. dmesg
+            or journalctl -k.
           '';
       };
 
@@ -350,6 +352,8 @@ in
             Whether to log all rejected or dropped incoming packets.
             This tends to give a lot of log messages, so it's mostly
             useful for debugging.
+            Note: The logs are found in the kernel logs, i.e. dmesg
+            or journalctl -k.
           '';
       };