diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-26 23:35:31 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-26 23:35:31 -0800 |
| commit | df659463215815a8315cb399c2e02ab001f0200e (patch) | |
| tree | 1b2794faa69ab89b92c2246a4ee12cd916f00f86 /hosts/darkstar | |
| parent | 971356da7423199c972eba876ee3e06ebfbf36ec (diff) | |
| download | nix-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
Diffstat (limited to 'hosts/darkstar')
| -rw-r--r-- | hosts/darkstar/default.nix | 2 |
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"; } |
