aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/darkstar/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-02-26 23:37:16 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-02-26 23:37:16 -0800
commit66f66589100379bdf1dc237934549c373f19f75a (patch)
tree910d6efd4ac70962cf84a82c9cac54a5549d3c73 /hosts/darkstar/default.nix
parentdf659463215815a8315cb399c2e02ab001f0200e (diff)
downloadnix-66f66589100379bdf1dc237934549c373f19f75a.tar
nix-66f66589100379bdf1dc237934549c373f19f75a.tar.gz
nix-66f66589100379bdf1dc237934549c373f19f75a.tar.bz2
nix-66f66589100379bdf1dc237934549c373f19f75a.tar.lz
nix-66f66589100379bdf1dc237934549c373f19f75a.tar.xz
nix-66f66589100379bdf1dc237934549c373f19f75a.tar.zst
nix-66f66589100379bdf1dc237934549c373f19f75a.zip
Remove broken watchdog device
Diffstat (limited to '')
-rw-r--r--hosts/darkstar/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix
index 796e0e6..8471be9 100644
--- a/hosts/darkstar/default.nix
+++ b/hosts/darkstar/default.nix
@@ -154,6 +154,4 @@
};
wantedBy = [ "multi-user.target" ];
};
-
- systemd.watchdog.device = "/dev/watchdog1";
}