diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-18 08:52:35 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-18 08:52:35 -0700 |
| commit | e4bb3e8dcddc2859ba00de289c6c5b20f2c6d555 (patch) | |
| tree | 17cd1ae95a48322dbc297a8be62e2c085362ffb7 /home | |
| parent | Revert "delete another un-needed file" (diff) | |
| download | infra-e4bb3e8dcddc2859ba00de289c6c5b20f2c6d555.tar.gz | |
fix work related configuration for 1password
Diffstat (limited to 'home')
| -rw-r--r-- | home/profiles/work.nix | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/home/profiles/work.nix b/home/profiles/work.nix index c747a90..6aa5a44 100644 --- a/home/profiles/work.nix +++ b/home/profiles/work.nix @@ -2,7 +2,6 @@ lib, self, pkgs, - config, ... }: let @@ -44,14 +43,11 @@ in vault ]; - programs.onepassword = lib.mkMerge [ - config.programs.onepassword.sshKeys - [ - { - account = "roblox.1password.com"; - vault = "Private"; - } - ] + programs.onepassword.sshKeys = lib.mkAfter [ + { + account = "roblox.1password.com"; + vault = "Private"; + } ]; programs.fish = { |
