parent
f00aece545
commit
837dd233a6
3 changed files with 10 additions and 3 deletions
modules/docker
|
@ -39,6 +39,12 @@ in {
|
|||
environment.systemPackages = [
|
||||
(pkgs.callPackage ./updateImage.nix {})
|
||||
];
|
||||
|
||||
home-manager.users.root.home.file.".docker/config.json".text = ''
|
||||
{
|
||||
"psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Names}}\\t{{.Status}}"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
# For accurate stack trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue