Remove Bitwarden desktop and insecure Electron 39 allowance #84
No reviewers
Labels
No labels
host:electra
host:fleet
host:lyra
host:vega
host:vega
phase:cutover
phase:deploy
phase:mcp
phase:module
phase:packaging
phase:prep
phase:validation
project:attic-postgres-lyra-rollout
project:auto-update-reliability
project:declarative-purity-cleanup
project:external-review
project:host-facts-refactor
project:lyra-nixos-deploy
project:lyra-service-stack-migration
project:nebula-mesh-network
project:security-hardening
project:service-stack-migration
project:vega-sillytavern-cutover
service:auto-update
service:mem0
service:sillytavern
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
nimmo/nixos-config!84
Loading…
Reference in a new issue
No description provided.
Delete branch "remove-bitwarden-desktop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Bitwarden browser extension remains configured.
Validation
nix flake checkAutomated code review
Reviewed commit:
6d05ff489673f1db741915dd5a2dde2d1db9fa89Verdict: Ready to merge
No blocking or important findings were retained, and deterministic checks passed. Suggestions remain advisory.
Overall assessment
The diff removes
bitwarden-desktopfrom the desktop applications list, along with its associated insecure Electron 39 package allowance and a test-disabling overlay. The changes are self-contained and correctly eliminate dead configuration and an explicit exception for an EOL Electron version.Blocking findings
None.
Important findings
None.
Suggestions
None.
Tests and validation
Questions
bitwarden-desktopor require the removedelectron-39.8.10allowance, as this modifies a globalnixpkgs.configsetting.Review limitations
modules/desktop/apps.nix. Cross-module dependency verification, build validation vianix flake check, and runtime behavior were not executed.Diff coverage
modules/desktop/apps.nix: reviewed — included in a context-limited batchReview metadata