From 9924c2e66c6cc59560b937fb940026fc89756e74 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 12 Feb 2025 09:21:41 -0600 Subject: [PATCH] enable 1pass gui and docker socket for podman --- nixos/hosts/shadowfax/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index 77a1d7a..eee0372 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -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;