about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-26 10:37:14 +0900
committersefidel <contact@sefidel.net>2023-08-26 10:37:14 +0900
commit9d6c676b8907003ad716dc08e92794643ec078cc (patch)
tree80503a6679d0ce1def695b3ff9745cc01c704ea3
parent076d0705ed7b392c1d099e942b5957228609c7ea (diff)
downloadnixrc-9d6c676b8907003ad716dc08e92794643ec078cc.tar.gz
nixrc-9d6c676b8907003ad716dc08e92794643ec078cc.zip
fix(nixos/alpha): fix typo in kernelParams
-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"
   ];