feat: don't load if the hostname is tyr.
This commit is contained in:
parent
a95d2aaba4
commit
07efa1e119
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
lib.mkIf (config.networking.hostName != "tyr") {
|
||||||
systemd.services.beszel-agent = {
|
systemd.services.beszel-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Beszel Agent";
|
description = "Beszel Agent";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue