summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 21:37:03 +0200
committerAlan Pearce2024-04-19 21:37:03 +0200
commitda916759776a184894de6df4ea41295759c0d388 (patch)
tree9bfea86550195ef315c9fe4221e1006d1ed65c66 /system
parentf7c0441e7ab6666a0a7c4c727b1c4feb47f74912 (diff)
downloadnixfiles-da916759776a184894de6df4ea41295759c0d388.tar.lz
nixfiles-da916759776a184894de6df4ea41295759c0d388.tar.zst
nixfiles-da916759776a184894de6df4ea41295759c0d388.zip
install docker-credential-helpers in userspace for macOS
Diffstat (limited to 'system')
-rw-r--r--system/settings/programs/docker.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/settings/programs/docker.nix b/system/settings/programs/docker.nix
index 88238726..29c2ac73 100644
--- a/system/settings/programs/docker.nix
+++ b/system/settings/programs/docker.nix
@@ -18,9 +18,6 @@
       };
     };
   };
-  environment.systemPackages = with pkgs; [
-    docker-credential-helpers
-  ];
   # TODO: autoPrune doesn't affect rootless
   # systemd.timers.docker-prune.timerConfig = {
   #   Persistent = true;