Remove dockerd startup from .profile

1. I haven't used docker in awhile.
2. If I need to restore the docker daemon, I will reach for a home-manager
   solution.
This commit is contained in:
William Carroll 2020-03-10 22:13:36 +00:00
parent 8e5152cd84
commit 921e6c2905

View file

@ -13,9 +13,6 @@ fi
# See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398
export LOCALE_ARCHIVE="$(readlink ~/.nix-profile/lib/locale)/locale-archive"
# TODO: Prefer `systemctl start docker.service`
# dockerd &
# Set environment variables for Nix. Don't run this for systems running NixOS.
# TODO: Learn why I can't use the variables from ~/briefcase/.envrc.
case $(hostname) in