feat: don't load if the hostname is tyr.

This commit is contained in:
CronyAkatsuki 2026-01-18 16:54:54 +01:00
parent a95d2aaba4
commit 07efa1e119

View file

@ -1,4 +1,10 @@
{pkgs, ...}: {
{
config,
pkgs,
lib,
...
}:
lib.mkIf (config.networking.hostName != "tyr") {
systemd.services.beszel-agent = {
enable = true;
description = "Beszel Agent";