Install hermes agent
This commit is contained in:
parent
51fc84335e
commit
56dbe76ed4
4 changed files with 32 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue