Skip to content
Draft
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
6 changes: 6 additions & 0 deletions modules/hosts/201-mono.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
boot.loader.systemd-boot.configurationLimit = 10;
# (Distributed-build client wiring comes from builder-client, imported
# via oldblac-vm -- see modules/hosts/types/server/builder.nix.)

# crowdsec-update-hub.service consistently fails on this VM because
# the hub update can't reach upstream (likely a DNS/network race at
# boot or the hub is unreachable from this host). Disable the
# auto-update service to stop the recurring alert.
systemd.services.crowdsec-update-hub.enable = false;
};
flake.nixosModules."201-wireguard" =
{
Expand Down