Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ let
homelab-garage
homelab-notes
homelab-hermes
homelab-silverbullet

# Observability stack (server + VPN gated on "observability-server",
# sender gated on "observability-sender").
Expand Down Expand Up @@ -141,9 +140,10 @@ let
(noughtyHostModule name entry)
# Record the git revision this config was built from, so every host
# reports it via `nixos-version --configuration-revision` and (via
# the observability-sender textfile metric) into Mimir -- that's how
# cc-sync detects merged-but-not-deployed hosts. Dirty trees get the
# "<rev>-dirty" pseudo-rev (or null on nix without dirtyRev).
# the observability-sender textfile metric) into Mimir -- i.e. which
# rev each host actually runs, so a merged-but-not-deployed host is
# visible without ssh. Dirty trees get the "<rev>-dirty" pseudo-rev
# (or null on nix without dirtyRev).
{ system.configurationRevision = self.rev or self.dirtyRev or null; }
]
++ hmNixosBase
Expand Down
80 changes: 0 additions & 80 deletions modules/homelab/apps/silverbullet.nix

This file was deleted.

Loading