Merge branch 'main' of github.com:alexmickelson/infrastructure

This commit is contained in:
2025-04-15 21:45:50 -06:00
2 changed files with 8 additions and 1 deletions

View File

@@ -37,6 +37,12 @@ scrape_configs:
- 100.122.128.107:9323 # home server - 100.122.128.107:9323 # home server
- 100.64.229.40:9323 # linode - 100.64.229.40:9323 # linode
- job_name: "nvidia"
scrape_interval: 10s
static_configs:
- targets:
- 100.72.221.110:9400 # ai vm
- job_name: ups - job_name: ups
static_configs: static_configs:
- targets: - targets:

View File

@@ -27,11 +27,12 @@
nmap nmap
iperf iperf
makemkv makemkv
# elixir_1_18 elixir_1_18
inotify-tools inotify-tools
# (builtins.getFlake "github:ghostty-org/ghostty").packages.${pkgs.system}.default # (builtins.getFlake "github:ghostty-org/ghostty").packages.${pkgs.system}.default
# ghostty # ghostty
# gnome-themes-extra # gnome-themes-extra
code-cursor
]; ];
programs.fish = { programs.fish = {
enable = true; enable = true;