Skip to content

Commit bde6bb6

Browse files
committed
refactor: remove sops-nix patch
1 parent 46ed1cc commit bde6bb6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

modules/home/common.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,4 @@ in
169169
id_ed25519_oyasai = { };
170170
};
171171
};
172-
# https://github.com/Mic92/sops-nix/issues/890
173-
launchd.agents.sops-nix = pkgs.lib.mkIf pkgs.stdenv.isDarwin {
174-
enable = true;
175-
config = {
176-
EnvironmentVariables = {
177-
PATH = pkgs.lib.mkForce "/usr/bin:/bin:/usr/sbin:/sbin";
178-
};
179-
};
180-
};
181172
}

0 commit comments

Comments
 (0)