From e4bb3e8dcddc2859ba00de289c6c5b20f2c6d555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 18 Aug 2025 08:52:35 -0700 Subject: fix work related configuration for 1password --- home/profiles/work.nix | 14 +++++--------- 1 file 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 = { -- cgit v1.2.3