From a2145a3906a27629051943f8ef36ffce749deae8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 10 Jan 2022 19:20:03 +0900 Subject: chore: fix formatting --- nixos/modules/security.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/security.nix') diff --git a/nixos/modules/security.nix b/nixos/modules/security.nix index 4d79be9..e945fb0 100644 --- a/nixos/modules/security.nix +++ b/nixos/modules/security.nix @@ -2,7 +2,7 @@ { # Security-related system tweaks - + # Prevent replacing the running kernel without reboot. security.protectKernelImage = true; @@ -15,7 +15,7 @@ boot.cleanTmpDir = lib.mkDefault (!config.boot.tmpOnTmpfs); boot.kernel.sysctl = { - # The Magic SysRq key is a key combo that allows users connected to the + # The Magic SysRq key is a key combo that allows users connected to the # system console of a Linux kernel to perform some low-level commands. # Disable it, since we don't need it, and is a potential security concern. "kernel.sysrq" = 0; -- cgit 1.4.1