pureintent: add netdata

and fix IP
This commit is contained in:
Sridhar Ratnakumar 2024-11-17 12:21:19 -05:00 committed by Sridhar Ratnakumar
parent 0119d6eab9
commit 0120b77c46

View file

@ -5,7 +5,8 @@ let
inherit (inputs) self;
in
{
nixos-unified.sshTarget = "srid@192.168.2.43"; # Not using Tailscale host yet (broken right now)
# nixos-unified.sshTarget = "srid@192.168.2.43";
nixos-unified.sshTarget = "srid@pureintent";
imports = [
self.nixosModules.default
@ -14,6 +15,10 @@ in
services.openssh.enable = true;
services.tailscale.enable = true;
services.netdata = {
enable = true;
package = pkgs.netdataCloud;
};
programs.nix-ld.enable = true; # for vscode server