about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorSavanni D'Gerinel <savanni@luminescent-dreams.com>2024-03-14 12:09:10 -0400
committerMaxine Aubrey <max@ine.dev>2024-03-19 23:09:37 +0100
commit61b6a6ae6f11d013ab29cc85e0234fa2001af8dd (patch)
tree53fa068f1ed63de422265096cfa33b159e75fc0c /nixos/modules/programs
parent99dda8c9efaa8e3670a0ea4ba98e2aa04ce95081 (diff)
downloadnixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.tar
nixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.tar.gz
nixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.tar.bz2
nixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.tar.lz
nixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.tar.xz
nixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.tar.zst
nixlib-61b6a6ae6f11d013ab29cc85e0234fa2001af8dd.zip
_1password-gui-beta: 8.10.28-11 -> 8.10.28-21
- Updating the 1Password beta release to 8.10.28
- Removing the KeyringHelper application.
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/_1password-gui.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/modules/programs/_1password-gui.nix b/nixos/modules/programs/_1password-gui.nix
index 83ef6037fb5a..eb2effee4326 100644
--- a/nixos/modules/programs/_1password-gui.nix
+++ b/nixos/modules/programs/_1password-gui.nix
@@ -51,14 +51,6 @@ in
           setuid = false;
           setgid = true;
         };
-
-        "1Password-KeyringHelper" = {
-          source = "${package}/share/1password/1Password-KeyringHelper";
-          owner = "root";
-          group = "onepassword";
-          setuid = true;
-          setgid = true;
-        };
       };
 
     };