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:
parent
8e5152cd84
commit
921e6c2905
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue