2 Commits
Author SHA1 Message Date
Greg Hellings 60e2450c66 chore: proxy hermes dashboard
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.nixos-hermes Build done.
2026-07-21 20:04:23 -05:00
Greg Hellings 3185a5a375 chore: add tools to Exodus 2026-07-21 19:21:10 -05:00
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -23,9 +23,11 @@
mattermost-desktop mattermost-desktop
minio-client minio-client
mumble mumble
nebula
nix-index nix-index
pre-commit pre-commit
prismlauncher prismlauncher
rclone
restic restic
restic-browser restic-browser
tea tea
+6
View File
@@ -1,5 +1,7 @@
{ {
config,
modulesPath, modulesPath,
lib,
top, top,
... ...
}: }:
@@ -13,6 +15,10 @@
enable = true; enable = true;
nebulaIp = "10.157.0.8"; nebulaIp = "10.157.0.8";
}; };
proxies = lib.genAttrs' [ "thehellings.lan" "nebula.thehellings.com" "shire-zebra.ts.net" ] (
name:
(lib.nameValuePair "${config.networking.hostName}.${name}" { target = "http://127.0.0.1:9119"; })
);
}; };
nix.settings = { nix.settings = {
sandbox = false; sandbox = false;