diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-10T22·13+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-10T23·07+0000 |
commit | 921e6c2905a4eacd9a8b8255340b86c2aae967ff (patch) | |
tree | b823cb52f6e2aaf6e9e5efa69fbd91a9e9feb1c9 /configs/.profile | |
parent | 8e5152cd842dcc850ef1217437677cc36ce375c9 (diff) |
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.
Diffstat (limited to 'configs/.profile')
-rw-r--r-- | configs/.profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/.profile b/configs/.profile index 43c3a567c439..2237bb144513 100644 --- a/configs/.profile +++ b/configs/.profile @@ -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 |