summaryrefslogtreecommitdiffstats
path: root/common-darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common-darwin.nix5
1 files changed, 4 insertions, 1 deletions
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"