feat: allow docker to use the secret service
This commit is contained in:
parent
56b2d3f4fe
commit
c9892f2e5c
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ in
|
|||
libvirtd.enable = true;
|
||||
docker = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.docker-credential-helpers ];
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue