Skip to content

Commit

Permalink
Disable e2scrub_reap
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed May 9, 2024
1 parent 891a294 commit cfbfc16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user-machines/vm/ubuntu-cloud-init.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ let
"apt remove -y --autoremove multipath-tools multipath-tools-boot"
# Uninstall apport bloat.
"apt remove -y --autoremove apport"
# This service is really slow.
"systemctl disable e2scrub_reap"
"systemctl mask e2scrub_reap"
# Permanently disable cloud-init after first boot.
# This permits the user to change anything they want afterwards.
"touch /etc/cloud/cloud-init.disabled"
Expand Down

0 comments on commit cfbfc16

Please sign in to comment.