From 979cc3f9817fbcd2543430c1f4e9f432e9ed5cf2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 26 Dec 2023 12:43:55 +0900 Subject: [PATCH] Testing new dps format --- README.md | 2 +- home-manager/common/software/cli/bash.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baa7bfb6..e8d6b1e2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [x] Move DNS resolution for internal things to internal pihole server * [ ] nixified.ai - https://github.com/nixified-ai/flake * [ ] Try lazy.vim - [Link](https://www.lazyvim.org/) -* [ ] Security hardening +* [ ] Security hardening / scans / etc * [ ] Edit the hosts file ## Forgejo diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index d44f0e0f..c9cd2483 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -164,7 +164,7 @@ dc = "docker-compose"; de = "docker exec -it"; dl = "docker logs -f "; - dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}"''; + dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}\t{{.Label \"type\"}}"''; # bash / system ls = "exa";