monitoring

This commit is contained in:
41666 2024-02-11 01:07:13 -05:00
parent 6cdc05debc
commit bc2e179b44
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@ in {
../../server.nix
../../features/dns-cache.nix
../../features/nginx.nix
../../features/telemetry.nix
];
networking.hostName = "ingress-proxy";

View file

@ -4,6 +4,7 @@
./base.nix
./features/tailscale.nix
./features/telemetry.nix
];
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;