about summary refs log tree commit diff
path: root/nixos/alpha/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/alpha/configuration.nix')
-rw-r--r--nixos/alpha/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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"
   ];