From 9d6c676b8907003ad716dc08e92794643ec078cc Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 26 Aug 2023 10:37:14 +0900 Subject: fix(nixos/alpha): fix typo in kernelParams --- nixos/alpha/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 1d02ccf..329422e 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -14,7 +14,7 @@ boot.kernelParams = [ "nohibernate" "nmi_watchdog=0" - "systemd.watchdog-device/dev/watchdog" + "systemd.watchdog_device=/dev/watchdog" "console=tty1" ]; -- cgit 1.4.1