fix: litterbox-2 maybe

This commit is contained in:
Kat Inskip 2025-09-20 14:27:17 -07:00
parent 219aa0783c
commit 6c2285779b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -8,6 +8,11 @@
nixos.syncthing-kat nixos.syncthing-kat
]; ];
services = {
prometheus.exporters.node.enable = false;
promtail.enable = false;
};
sops = { sops = {
defaultSopsFile = ./secrets.yaml; defaultSopsFile = ./secrets.yaml;
secrets.tailscale-key.key = "tailscale-key"; secrets.tailscale-key.key = "tailscale-key";