enable 1pass gui and docker socket for podman

This commit is contained in:
Joseph Hanson 2025-02-12 09:21:41 -06:00
parent f69efddb53
commit 9924c2e66c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -120,9 +120,13 @@ in {
refreshSeries
];
# enable docker socket at /run/docker.sock
virtualisation.podman.dockerSocket.enable = true;
programs = {
# 1Password cli
_1password.enable = true;
_1password-gui.enable = true;
# Mosh
mosh.enable = true;