Install hermes agent

This commit is contained in:
Tobias Ostner 2026-05-29 18:13:02 +02:00
parent 51fc84335e
commit 56dbe76ed4
4 changed files with 32 additions and 3 deletions

View file

@ -77,6 +77,8 @@
gnupg
jq
pass
ripgrep
sops
vim
];
@ -102,6 +104,8 @@
security.sudo.enable = true;
security.sudo.wheelNeedsPassword = false;
virtualisation.docker.enable = false;
virtualisation.podman = {
enable = true;
dockerCompat = true;