KiaraGrouwstra / nix-config

my NixOS configuration
15 stars 1 forks source link

kde booting times #127

Closed KiaraGrouwstra closed 5 years ago

KiaraGrouwstra commented 5 years ago

as per this, systemd-analyze blame blames docker.service for slow boot.

$ systemctl list-dependencies virtualbox.service --reverse
docker.service
● └─multi-user.target
●   └─graphical.target
$ sudo systemctl disable docker.service --now
Failed to disable unit: File /etc/systemd/system/multi-user.target.wants/docker.service: Read-only file system
# https://nixos.org/nixos/manual/#module-services-emacs-enabling
$ systemctl --user stop docker.service
Failed to stop docker.service: Unit docker.service not loaded.

also see: make daemons run as non-root

KiaraGrouwstra commented 5 years ago

not sure how to see if there's still a VM daemon running, just in case that's the cause rather than the solution.

KiaraGrouwstra commented 5 years ago

well, I don't have this anymore.