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,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
pdfgrep
|
pdfgrep
|
||||||
pdftk
|
pdftk
|
||||||
p7zip
|
p7zip
|
||||||
];
|
] ++ lib.optionals config.virtualisation.docker.enable [ docker-credential-helpers ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
htop.enable = true;
|
htop.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue