From 50e88d32153416856a9b05876adf6f7d291bbcdf Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 12 Sep 2023 22:38:54 +0900 Subject: chore(nixos/alpha): don't disable nmi watchdog --- nixos/alpha/configuration.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index ea4c5d0..216fd97 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -13,8 +13,6 @@ boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; boot.kernelParams = [ "nohibernate" - "nmi_watchdog=0" - "systemd.watchdog_device=/dev/watchdog" "console=tty1" ]; -- cgit 1.4.1