From f9abe7a121a36a2a73c11f5e818e9084530f2048 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 26 Jul 2024 03:54:09 -0700 Subject: [PATCH] feat: add gh cli and readme --- README.md | 8 ++++++++ configuration.nix | 1 + 2 files changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbfdf57 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Mac Mini Home Server + +The repository contains the configuration files for a lightweight NixOS server +with no graphical environment, for a early 2010s Mac Mini. It contains the necessary drivers +for WiFi support and listens for SSH connections automatically, and has server necessities like +docker. + +The default interactive shell is `fish` and `nvim` with no configuration files is the default editor. diff --git a/configuration.nix b/configuration.nix index 333fa82..0d132b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,6 +73,7 @@ btop zellij powertop + gh ]; };