hosts/hyacinth: remove jenkins, and enable bluetooth

This commit is contained in:
Cilly Leang 2025-08-17 22:24:54 +10:00
parent 1c2f3eb1c6
commit 1cfcd112e8
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -41,5 +41,5 @@
]; ];
systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp"; systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp";
services.jenkins.enable = true; me.hasBluetooth = true;
} }