From 4fbc6dc1f88f4b8f526b91f2aad11fbdffa04eac Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 20:57:53 -0400 Subject: remove unused dotfiles and use openssh service --- common-darwin.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common-darwin.nix') diff --git a/common-darwin.nix b/common-darwin.nix index 2e300c9..3e0dc45 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -37,6 +37,10 @@ programs.zsh.enable = true; + services.openssh = { + enable = true; + }; + fonts.packages = with pkgs; [ fira-code nerd-fonts.fira-code @@ -104,7 +108,6 @@ taps = [ ]; brews = [ - "openssh" ]; casks = [ "keepingyouawake" -- cgit v1.3.1