1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-01-31 19:12:03 +00:00

temp: disable teams

This commit is contained in:
Noah Masur 2025-01-06 11:03:48 -05:00
parent cbdf17f618
commit 45eb33485d
No known key found for this signature in database

@ -10,7 +10,7 @@
unfreePackages = [
"consul"
"vault-bin"
"teams"
# "teams"
];
home-manager.users.${config.user} = lib.mkIf pkgs.stdenv.isDarwin {
@ -32,7 +32,7 @@
pkgs.consul
pkgs.noti # Create notifications programmatically
pkgs.ipcalc # Make IP network calculations
pkgs.teams
# pkgs.teams
pkgs.cloudflared # Allow connecting to Cloudflare tunnels
(pkgs.writeShellApplication {
name = "ocr";