Add docker-credential-helpers when docker is enabled
This commit is contained in:
parent
ad15247cae
commit
3fb75682fc
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -14,7 +15,7 @@
|
|||
pdfgrep
|
||||
pdftk
|
||||
p7zip
|
||||
];
|
||||
] ++ lib.optionals config.virtualisation.docker.enable [ docker-credential-helpers ];
|
||||
|
||||
programs = {
|
||||
htop.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue