aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-02-26 23:35:31 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-02-26 23:35:31 -0800
commitdf659463215815a8315cb399c2e02ab001f0200e (patch)
tree1b2794faa69ab89b92c2246a4ee12cd916f00f86
parent971356da7423199c972eba876ee3e06ebfbf36ec (diff)
downloadnix-df659463215815a8315cb399c2e02ab001f0200e.tar
nix-df659463215815a8315cb399c2e02ab001f0200e.tar.gz
nix-df659463215815a8315cb399c2e02ab001f0200e.tar.bz2
nix-df659463215815a8315cb399c2e02ab001f0200e.tar.lz
nix-df659463215815a8315cb399c2e02ab001f0200e.tar.xz
nix-df659463215815a8315cb399c2e02ab001f0200e.tar.zst
nix-df659463215815a8315cb399c2e02ab001f0200e.zip
Enable specific watchdog device
-rw-r--r--hosts/darkstar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix
index 8471be9..796e0e6 100644
--- a/hosts/darkstar/default.nix
+++ b/hosts/darkstar/default.nix
@@ -154,4 +154,6 @@
};
wantedBy = [ "multi-user.target" ];
};
+
+ systemd.watchdog.device = "/dev/watchdog1";
}