enable docker credential helpers
This commit is contained in:
parent
eb44674a84
commit
3678634047
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.docker-credential-helpers ];
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue